Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Read_at, Write, Write_at
[simgrid.git] / src / smpi / include / smpi_file.hpp
index 43ecdd5..45552ca 100644 (file)
@@ -24,6 +24,7 @@ class File{
   int sync();\r
   int seek(MPI_Offset offset, int whence);\r
   static int read(MPI_File fh, void *buf, int count,MPI_Datatype datatype, MPI_Status *status);\r
+  static int write(MPI_File fh, void *buf, int count,MPI_Datatype datatype, MPI_Status *status);\r
   static int close(MPI_File *fh);\r
   static int del(char *filename, MPI_Info info);\r
 };\r