X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/111a3da5058ade0ddcfb01173504a46ff24c8429..bf5e981d1fef2499c7d717ee7cf05a7171f5abc5:/src/smpi/bindings/smpi_pmpi_file.cpp diff --git a/src/smpi/bindings/smpi_pmpi_file.cpp b/src/smpi/bindings/smpi_pmpi_file.cpp index cdb35bd739..ee7493d974 100644 --- a/src/smpi/bindings/smpi_pmpi_file.cpp +++ b/src/smpi/bindings/smpi_pmpi_file.cpp @@ -4,12 +4,10 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #include "private.hpp" -XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(smpi_pmpi); #include "smpi_file.hpp" #include "smpi_datatype.hpp" - int PMPI_File_open(MPI_Comm comm, char *filename, int amode, MPI_Info info, MPI_File *fh){ if (comm == MPI_COMM_NULL) return MPI_ERR_COMM; @@ -324,4 +322,4 @@ int PMPI_File_set_info(MPI_File fh, MPI_Info info) CHECK_FILE(fh) fh->set_info(info); return MPI_SUCCESS; -} \ No newline at end of file +}