瀏覽代碼

Make test more debuggable

Samuel Thibault 5 年之前
父節點
當前提交
037a92d855
共有 1 個文件被更改,包括 4 次插入0 次删除
  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;