Explorar el Código

Make test more debuggable

Samuel Thibault hace 5 años
padre
commit
037a92d855
Se han modificado 1 ficheros con 4 adiciones y 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;