Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add fortran tests from mpich-tests, enforce completion of mpich-tests suite with...
[simgrid.git] / teshsuite / smpi / mpich-test / pt2pt / waitany.c
index 2e71fd0..47adda6 100644 (file)
@@ -4,7 +4,7 @@
  */
 /* #define i_ntotin 256  */ /* ok    */
 /* #define i_ntotin 257  */ /* fails */
-#define i_ntotin 256  /* fails */
+#define i_ntotin 25600  
 
 #include <stdio.h>
 #include "mpi.h"
@@ -61,7 +61,7 @@ int main( int argc, char **argv )
     MPI_Waitany(2, events, &eventId, status) ;
 
     /*_begin_trace_code  */
-    printf("done.  eventId = %x\n", eventId) ;
+    printf("done.  eventId = %d\n", eventId) ;
     /*_end_trace_code  */
   }