Skip to content

Commit 5f83a2b

Browse files
authored
Merge pull request #9 from hppritcha/topic/fix_session_get_attr_proto
fix a session related prototype in mpi.h
2 parents 593425d + 5f3d0ba commit 5f83a2b

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
@@ -1705,7 +1705,7 @@ OMPI_DECLSPEC int MPI_Session_create_keyval (MPI_Session_delete_attr_function *
17051705
OMPI_DECLSPEC int MPI_Session_delete_attr (MPI_Session session, int session_keyval);
17061706
OMPI_DECLSPEC int MPI_Session_finalize (MPI_Session *session);
17071707
OMPI_DECLSPEC int MPI_Session_free_keyval(int *session_keyval);
1708-
OMPI_DECLSPEC int MPI_Session_get_attr (MPI_Session datatype, int session_keyval,
1708+
OMPI_DECLSPEC int MPI_Session_get_attr (MPI_Session session, int session_keyval,
17091709
void *attribute_val, int *flag);
17101710
OMPI_DECLSPEC int MPI_Session_get_info (MPI_Session session, MPI_Info *info_used);
17111711
OMPI_DECLSPEC int MPI_Session_get_num_psets (MPI_Session session, int *npset_names);

0 commit comments

Comments
 (0)