Explorar o código

forget to unlink

Corentin Salingue %!s(int64=12) %!d(string=hai) anos
pai
achega
e7f04a4b49
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      tests/disk/disk_compute.c

+ 2 - 0
tests/disk/disk_compute.c

@@ -128,6 +128,8 @@ int main(int argc, char **argv)
 	starpu_free_flags(C, NX*sizeof(double), STARPU_MALLOC_COUNT);
 
 	unlink("/tmp/STARPU_DISK_COMPUTE_DATA");
+	unlink("/tmp/STARPU_DISK_COMPUTE_DATA_RESULT");
+
 
 	/* terminate StarPU, no task can be submitted after */
 	starpu_shutdown();