Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
warning --
authordegomme <augustin.degomme@unibas.ch>
Sun, 12 Feb 2017 02:01:28 +0000 (03:01 +0100)
committerdegomme <augustin.degomme@unibas.ch>
Sun, 12 Feb 2017 02:01:28 +0000 (03:01 +0100)
teshsuite/smpi/mpich3-test/pt2pt/dtype_send.c

index a089bd6..a218e8c 100644 (file)
@@ -13,7 +13,7 @@
 int main(int argc, char **argv)
 {
     int i, rank, size;
 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;
     MPI_Datatype newtype;
     int snd_buf[3], rcv_buf[3];
     int count = 2;