瀏覽代碼

Drop support for simgrid before 3.9, we don't really test them

Samuel Thibault 8 年之前
父節點
當前提交
751a3da475
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      src/core/simgrid.c

+ 0 - 4
src/core/simgrid.c

@@ -217,10 +217,6 @@ static void start_simgrid(int *argc, char **argv)
 	simgrid_started = 1;
 
 	MSG_init(argc, argv);
-#if SIMGRID_VERSION_MAJOR < 3 || (SIMGRID_VERSION_MAJOR == 3 && SIMGRID_VERSION_MINOR < 9)
-	/* Versions earlier than 3.9 didn't support our communication tasks */
-	MSG_config("workstation/model", "ptask_L07");
-#endif
 	/* Simgrid uses tiny stacks by default.  This comes unexpected to our users.  */
 	unsigned stack_size = 8192;
 #ifdef HAVE_GETRLIMIT