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->ncudagpus = conf.ncuda;
 	topology->nopenclgpus = conf.nopencl;
 	topology->nopenclgpus = conf.nopencl;
 
 
+	/* TODO: rather use simgrid/platf.h */
+	/* TODO: but still permit the user to provide his own xml */
 	fd = mkstemp(name);
 	fd = mkstemp(name);
 	file = fdopen(fd, "w");
 	file = fdopen(fd, "w");
 	fprintf(file,
 	fprintf(file,