Explorar o código

Fix number of MPI Slaves workers when testing OpenCL

Corentin Salingue %!s(int64=8) %!d(string=hai) anos
pai
achega
087fb6729c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      examples/binary/binary.c

+ 1 - 0
examples/binary/binary.c

@@ -127,6 +127,7 @@ int main(int argc, char **argv)
 	conf.ncuda = 0;
 	conf.nmic = 0;
 	conf.nscc = 0;
+	conf.nmpi_ms = 0;
 
         ret = starpu_init(&conf);
 	if (STARPU_UNLIKELY(ret == -ENODEV))