Samuel Thibault 12 роки тому
батько
коміт
6edac85c00
1 змінених файлів з 2 додано та 0 видалено
  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,