Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
as said in the test : The MPI standard says that there is no way to use MPI_Request_f...
authorAugustin Degomme <adegomme@users.noreply.github.com>
Thu, 26 Sep 2019 15:28:44 +0000 (17:28 +0200)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Thu, 26 Sep 2019 15:28:44 +0000 (17:28 +0200)
teshsuite/smpi/mpich3-test/pt2pt/rqfreeb.c

index c6abf8a..0af8ea4 100644 (file)
@@ -7,7 +7,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include "mpitest.h"
-
+#define USE_STRICT_MPI 1 
 /* Test Ibsend and Request_free */
 int main(int argc, char *argv[])
 {