Explorar el Código

fix minimum calibration value

Samuel Thibault hace 6 años
padre
commit
b214928ee9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/datawizard/variable_size.c

+ 1 - 1
tests/datawizard/variable_size.c

@@ -284,7 +284,7 @@ int main(void)
 
 	snprintf(s, sizeof(s), "/tmp/%s-variable_size", getenv("USER"));
 
-	setenv("STARPU_CALIBRATE_MINIMUM", LIMIT, 1);
+	setenv("STARPU_CALIBRATE_MINIMUM", 1, 1);
 	setenv("STARPU_LIMIT_CPU_MEM", LIMIT, 1);
 	setenv("STARPU_DISK_SWAP", s, 0);
 	setenv("STARPU_DISK_SWAP_SIZE", "100000", 1);