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,