X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ff70cf089d158e894b4a0161045f06d34dbf67e2..fa0fb4079f99cf9ceda4ea3537b05f0723e48d29:/teshsuite/smpi/io-simple-at/io-simple-at.c diff --git a/teshsuite/smpi/io-simple-at/io-simple-at.c b/teshsuite/smpi/io-simple-at/io-simple-at.c index fc084edda8..9ad28f14a5 100644 --- a/teshsuite/smpi/io-simple-at/io-simple-at.c +++ b/teshsuite/smpi/io-simple-at/io-simple-at.c @@ -21,7 +21,7 @@ int main( int argc, char *argv[] ) MPI_Init( &argc, &argv ); comm = MPI_COMM_WORLD; - MPI_File_open( comm, (char*)"/scratch/lib/libsimgrid.so.3.6.2", MPI_MODE_RDWR | MPI_MODE_CREATE | MPI_MODE_DELETE_ON_CLOSE, MPI_INFO_NULL, &fh ); + MPI_File_open( comm, (char*)"/scratch/testfile", MPI_MODE_RDWR | MPI_MODE_CREATE | MPI_MODE_DELETE_ON_CLOSE, MPI_INFO_NULL, &fh ); MPI_Comm_size( comm, &size ); MPI_Comm_rank( comm, &rank ); buf = (int *)malloc( size * sizeof(int) ); @@ -66,4 +66,4 @@ int main( int argc, char *argv[] ) MPI_Finalize(); return errs; -} \ No newline at end of file +}