Browse Source

Fix number of mpi slave when test CPU memory limit

Corentin Salingue 8 years ago
parent
commit
e7095cd9b0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/datawizard/noreclaim.c

+ 1 - 0
tests/datawizard/noreclaim.c

@@ -87,6 +87,7 @@ int main(int argc, char **argv)
 	conf.nopencl = 0;
 	conf.nmic = 0;
 	conf.nscc = 0;
+	conf.nmpi_ms = 0;
 
         ret = starpu_initialize(&conf, &argc, &argv);
 	if (ret == -ENODEV) return STARPU_TEST_SKIPPED;