Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
needed for win
authordegomme <augustin.degomme@unibas.ch>
Wed, 8 Jun 2016 15:30:11 +0000 (17:30 +0200)
committerdegomme <augustin.degomme@unibas.ch>
Wed, 8 Jun 2016 15:30:11 +0000 (17:30 +0200)
teshsuite/smpi/pt2pt-dsend/pt2pt-dsend.c

index 7bdec96..1404684 100644 (file)
@@ -5,7 +5,7 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 /* This program simply does a very small exchange to test whether using SIMIX dsend to model the eager mode works */
-
+#include <stdint.h>
 #include <stdio.h>
 #include <mpi.h>