X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2b4dcee56b147273d7e7c0c8c2b376c0297aa594..e43c840f093205e7f823e3dc8b31c559ce50f9e8:/teshsuite/smpi/mpich3-test/f77/ext/c2f2c.c diff --git a/teshsuite/smpi/mpich3-test/f77/ext/c2f2c.c b/teshsuite/smpi/mpich3-test/f77/ext/c2f2c.c index 4454e702f3..b704f72ad9 100644 --- a/teshsuite/smpi/mpich3-test/f77/ext/c2f2c.c +++ b/teshsuite/smpi/mpich3-test/f77/ext/c2f2c.c @@ -199,7 +199,8 @@ MPI_Fint c2fop_ ( MPI_Fint *op ) MPI_Fint c2ferrhandler_ ( MPI_Fint *errh ) { - MPI_Errhandler errhand = MPI_Errhandler_f2c( *errh ); + MPI_Errhandler errhand = MPI_ERRORS_RETURN; + //MPI_Errhandler errhand = MPI_Errhandler_f2c( *errh ); if (errhand != MPI_ERRORS_RETURN) { fprintf( stderr, "Errhandler: did not get errors return\n" );