Преглед на файлове

- do not put files shared between MPI nodes in /tmp

Olivier Aumage преди 11 години
родител
ревизия
2bfc1c61dc
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      mpi/examples/mpi_lu/plu_outofcore_example.c

+ 1 - 1
mpi/examples/mpi_lu/plu_outofcore_example.c

@@ -38,7 +38,7 @@ static unsigned check = 0;
 static int p = 1;
 static int q = 1;
 static unsigned display = 0;
-static char *path = "/tmp/starpu-mpi_LU";
+static char *path = "./starpu-ooc-files";
 
 #ifdef STARPU_HAVE_LIBNUMA
 static unsigned numa = 0;