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 a83a830 commit de426cdCopy full SHA for de426cd
src/consts/openmpi.jl
@@ -4,13 +4,13 @@
4
5
# Implementation limits:
6
const MPI_MAX_DATAREP_STRING = Cint(128)
7
-const MPI_MAX_ERROR_STRING = Cint(512)
8
-const MPI_MAX_INFO_KEY = Cint(255)
9
-const MPI_MAX_INFO_VAL = Cint(1024)
10
-const MPI_MAX_LIBRARY_VERSION_STRING = Cint(8192)
11
-const MPI_MAX_OBJECT_NAME = Cint(128)
12
-const MPI_MAX_PORT_NAME = Cint(256)
13
-const MPI_MAX_PROCESSOR_NAME = Cint(128)
+const MPI_MAX_ERROR_STRING = Cint(256)
+const MPI_MAX_INFO_KEY = Cint(36)
+const MPI_MAX_INFO_VAL = Cint(256)
+const MPI_MAX_LIBRARY_VERSION_STRING = Cint(256)
+const MPI_MAX_OBJECT_NAME = Cint(64)
+const MPI_MAX_PORT_NAME = Cint(1024)
+const MPI_MAX_PROCESSOR_NAME = Cint(256)
14
15
# Types
16
0 commit comments