@@ -18,7 +18,12 @@
#include <starpu.h>
#include <pthread.h>
+#ifdef STARPU_QUICK_CHECK
+#define NTASKS 1000
+#else
#define NTASKS 1000
+#endif
+
int tasks_executed = 0;
pthread_mutex_t mut;