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 0a2d577 commit ef6618eCopy full SHA for ef6618e
docs/man-openmpi/man3/MPI_Info_set.3.rst
@@ -20,7 +20,7 @@ C Syntax
20
21
#include <mpi.h>
22
23
- int MPI_Info_set(MPI_Info info, char *key, char *value)
+ int MPI_Info_set(MPI_Info info, const char *key, const char *value)
24
25
26
Fortran Syntax
0 commit comments