Explorar o código

Make test more debuggable

Samuel Thibault %!s(int64=5) %!d(string=hai) anos
pai
achega
037a92d855
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      mpi/tests/burst.c

+ 4 - 0
mpi/tests/burst.c

@@ -23,7 +23,11 @@
 #include <starpu_mpi.h>
 #include "helper.h"
 
+#ifdef STARPU_SIMGRID
+#define NB_REQUESTS 10
+#else
 #define NB_REQUESTS 500
+#endif
 #define NX_ARRAY (320 * 320)
 
 static starpu_pthread_mutex_t mutex = STARPU_PTHREAD_MUTEX_INITIALIZER;