Skip to content

Commit

Permalink
sessions: remove MPI_File_open_from_group
Browse files Browse the repository at this point in the history
this didn't make it into the MPI 4.0 standard

related to #52

Signed-off-by: Howard Pritchard <howardp@lanl.gov>
  • Loading branch information
hppritcha committed Jul 6, 2021
1 parent 6ac3ebc commit bc97a33
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 132 deletions.
4 changes: 0 additions & 4 deletions ompi/include/mpi.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -1498,8 +1498,6 @@ OMPI_DECLSPEC int MPI_File_set_errhandler( MPI_File file, MPI_Errhandler errhan
OMPI_DECLSPEC int MPI_File_get_errhandler( MPI_File file, MPI_Errhandler *errhandler);
OMPI_DECLSPEC int MPI_File_open(MPI_Comm comm, const char *filename, int amode,
MPI_Info info, MPI_File *fh);
OMPI_DECLSPEC int MPI_File_open_from_group (MPI_Group group, const char *tag, MPI_Errhandler errhandler,
const char *filename, int amode, MPI_Info info, MPI_File *fh);
OMPI_DECLSPEC int MPI_File_close(MPI_File *fh);
OMPI_DECLSPEC int MPI_File_delete(const char *filename, MPI_Info info);
OMPI_DECLSPEC int MPI_File_set_size(MPI_File fh, MPI_Offset size);
Expand Down Expand Up @@ -2223,8 +2221,6 @@ OMPI_DECLSPEC int PMPI_File_set_errhandler( MPI_File file, MPI_Errhandler errha
OMPI_DECLSPEC int PMPI_File_get_errhandler( MPI_File file, MPI_Errhandler *errhandler);
OMPI_DECLSPEC int PMPI_File_open(MPI_Comm comm, const char *filename, int amode,
MPI_Info info, MPI_File *fh);
OMPI_DECLSPEC int PMPI_File_open_from_group (MPI_Group group, const char *tag, MPI_Errhandler errhandler,
const char *filename, int amode, MPI_Info info, MPI_File *fh);
OMPI_DECLSPEC int PMPI_File_close(MPI_File *fh);
OMPI_DECLSPEC int PMPI_File_delete(const char *filename, MPI_Info info);
OMPI_DECLSPEC int PMPI_File_set_size(MPI_File fh, MPI_Offset size);
Expand Down
1 change: 0 additions & 1 deletion ompi/mpi/c/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ libmpi_c_mpi_la_SOURCES = \
file_iwrite_all.c \
file_iwrite_shared.c \
file_open.c \
file_open_from_group.c \
file_preallocate.c \
file_read_all_begin.c \
file_read_all.c \
Expand Down
126 changes: 0 additions & 126 deletions ompi/mpi/c/file_open_from_group.c

This file was deleted.

1 change: 0 additions & 1 deletion ompi/mpi/c/profile/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ nodist_libmpi_c_pmpi_la_SOURCES = \
pfile_iwrite_all.c \
pfile_iwrite_shared.c \
pfile_open.c \
pfile_open_from_group.c \
pfile_preallocate.c \
pfile_read_all_begin.c \
pfile_read_all.c \
Expand Down

0 comments on commit bc97a33

Please sign in to comment.