Skip to content

Commit 3f84c4d

Browse files
authored
Merge pull request #13379 from hppritcha/oops_session_set_info_not_in_mpi
sessions: oops, we made up a function
2 parents 91539d0 + 8f8bd55 commit 3f84c4d

File tree

3 files changed

+0
-49
lines changed

3 files changed

+0
-49
lines changed

ompi/include/mpi.h.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2356,7 +2356,6 @@ OMPI_DECLSPEC int MPI_Session_init (MPI_Info info, MPI_Errhandler errhandler,
23562356
MPI_Session *session);
23572357
OMPI_DECLSPEC MPI_Session MPI_Session_f2c (MPI_Fint session);
23582358
OMPI_DECLSPEC int MPI_Session_set_errhandler(MPI_Session session, MPI_Errhandler errhandler);
2359-
OMPI_DECLSPEC int MPI_Session_set_info (MPI_Session session, MPI_Info info);
23602359
OMPI_DECLSPEC int MPI_Ssend_init(const void *buf, int count, MPI_Datatype datatype,
23612360
int dest, int tag, MPI_Comm comm,
23622361
MPI_Request *request);
@@ -3513,7 +3512,6 @@ OMPI_DECLSPEC int PMPI_Session_init (MPI_Info info, MPI_Errhandler errhandler,
35133512
MPI_Session *session);
35143513
OMPI_DECLSPEC MPI_Session PMPI_Session_f2c (MPI_Fint session);
35153514
OMPI_DECLSPEC int PMPI_Session_set_errhandler(MPI_Session session, MPI_Errhandler errhandler);
3516-
OMPI_DECLSPEC int PMPI_Session_set_info (MPI_Session session, MPI_Info info);
35173515
OMPI_DECLSPEC int PMPI_Ssend_init(const void *buf, int count, MPI_Datatype datatype,
35183516
int dest, int tag, MPI_Comm comm,
35193517
MPI_Request *request);

ompi/mpi/c/Makefile.am

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,6 @@ prototype_sources = \
375375
session_get_pset_info.c.in \
376376
session_init.c.in \
377377
session_set_errhandler.c.in \
378-
session_set_info.c.in \
379378
ssend.c.in \
380379
ssend_init.c.in \
381380
startall.c.in \

ompi/mpi/c/session_set_info.c.in

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)