Explorar o código

fix simgrid check with quick_check

Samuel Thibault %!s(int64=10) %!d(string=hai) anos
pai
achega
51c2f1bb49
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;