Przeglądaj źródła

fix simgrid check with quick_check

Samuel Thibault 8 lat temu
rodzic
commit
51c2f1bb49
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      examples/mult/xgemm.c

+ 1 - 1
examples/mult/xgemm.c

@@ -42,7 +42,7 @@
 static unsigned niter = 10;
 static unsigned nslicesx = 4;
 static unsigned nslicesy = 4;
-#ifdef STARPU_QUICK_CHECK
+#if defined(STARPU_QUICK_CHECK) && !defined(STARPU_SIMGRID)
 static unsigned xdim = 256;
 static unsigned ydim = 256;
 static unsigned zdim = 64;