Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
don't referenece missing symbol
[simgrid.git] / teshsuite / smpi / mpich3-test / f77 / ext / c2f2c.c
index 4454e70..b704f72 100644 (file)
@@ -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" );