]> AND Public Git Repository - simgrid.git/blobdiff - teshsuite/smpi/mpich3-test/pt2pt/dtype_send.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to make rma tests faster
[simgrid.git] / teshsuite / smpi / mpich3-test / pt2pt / dtype_send.c
index a089bd67b755c8164962b8a856be7c44e3847fe1..a218e8c8a50c01105962ba11d9f5ea9817d82cba 100644 (file)
@@ -13,7 +13,7 @@
 int main(int argc, char **argv)
 {
     int i, rank, size;
-    MPI_Request *req;
+    MPI_Request *req=NULL;
     MPI_Datatype newtype;
     int snd_buf[3], rcv_buf[3];
     int count = 2;