Samuel Thibault hace 12 años
padre
commit
6edac85c00
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/core/simgrid.c

+ 2 - 0
src/core/simgrid.c

@@ -105,6 +105,8 @@ int main(int argc, char **argv)
 	topology->ncudagpus = conf.ncuda;
 	topology->nopenclgpus = conf.nopencl;
 
+	/* TODO: rather use simgrid/platf.h */
+	/* TODO: but still permit the user to provide his own xml */
 	fd = mkstemp(name);
 	file = fdopen(fd, "w");
 	fprintf(file,