We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3199ab commit 881717cCopy full SHA for 881717c
mkl/_mkl_service.pyx
@@ -31,6 +31,14 @@ import warnings
31
cimport mkl._mkl_service as mkl
32
33
34
+cdef extern from *:
35
+ """
36
+ /* defind MKL_BLACS_MPICH2 if undefined */
37
+ #ifndef MKL_BLACS_MPICH2
38
+ #define MKL_BLACS_MPICH2 -1
39
+ #endif
40
41
+
42
ctypedef struct MemStatData:
43
# DataAllocatedBytes, AllocatedBuffers
44
mkl.MKL_INT64 allocated_bytes
0 commit comments