Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
don't referenece missing symbol
authorAugustin Degomme <adegomme@users.noreply.github.com>
Wed, 24 Jul 2019 23:46:48 +0000 (01:46 +0200)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Wed, 24 Jul 2019 23:46:48 +0000 (01:46 +0200)
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" );