Skip to content

Commit de426cd

Browse files
committed
update Open MPI constants
1 parent a83a830 commit de426cd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/consts/openmpi.jl

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
# Implementation limits:
66
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)
7+
const MPI_MAX_ERROR_STRING = Cint(256)
8+
const MPI_MAX_INFO_KEY = Cint(36)
9+
const MPI_MAX_INFO_VAL = Cint(256)
10+
const MPI_MAX_LIBRARY_VERSION_STRING = Cint(256)
11+
const MPI_MAX_OBJECT_NAME = Cint(64)
12+
const MPI_MAX_PORT_NAME = Cint(1024)
13+
const MPI_MAX_PROCESSOR_NAME = Cint(256)
1414

1515
# Types
1616

0 commit comments

Comments
 (0)