Skip to content

Commit ce76ee4

Browse files
authored
Merge pull request #10637 from hppritcha/fix_for_issue_10576
sessions: switch to mpi_size for info key
2 parents 1829bba + 23000de commit ce76ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/include/mpi.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1381,7 +1381,7 @@ OMPI_DECLSPEC extern struct ompi_predefined_datatype_t ompi_mpi_ub;
13811381
/*
13821382
* Predefined info keys
13831383
*/
1384-
#define MPI_INFO_KEY_SESSION_PSET_SIZE "size"
1384+
#define MPI_INFO_KEY_SESSION_PSET_SIZE "mpi_size"
13851385

13861386
/*
13871387
* MPI API

0 commit comments

Comments
 (0)