소스 검색

Add parameters to fix simgrid network simulation, commented for now as it hangs

Samuel Thibault 12 년 전
부모
커밋
dc26cc421a
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/core/simgrid.c

+ 3 - 0
src/core/simgrid.c

@@ -69,6 +69,9 @@ int main(int argc, char **argv)
 	}
 
 	MSG_init(&argc, argv);
+	//MSG_config("network/TCP_gamma", "20000");
+	//MSG_config("network/latency_factor", "1");
+	//MSG_config("network/bandwidth_factor", "1");
 	MSG_config("workstation/model", "ptask_L07");
 
 	/* Create platform file */