X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9932a0c0d2c44e34633c97a827b2b04d615cb4e9..9dbeb2372ad9a123d0558132ebb6e003e10aa641:/examples/msg/sendrecv/sendrecv.c diff --git a/examples/msg/sendrecv/sendrecv.c b/examples/msg/sendrecv/sendrecv.c index 2c9c15db48..1046db4495 100644 --- a/examples/msg/sendrecv/sendrecv.c +++ b/examples/msg/sendrecv/sendrecv.c @@ -162,23 +162,11 @@ int main(int argc, char *argv[]) MSG_init(&argc, argv); if (argc != 3) { - XBT_CRITICAL("Usage: %s platform_file deployment_file \n", + XBT_CRITICAL("Usage: %s platform_file deployment_file\n", argv[0]); - XBT_CRITICAL - ("example: %s msg_platform.xml msg_deployment.xml KCCFLN05_Vegas\n", - argv[0]); - exit(1); + xbt_die("example: %s msg_platform.xml msg_deployment.xml\n",argv[0]); } - /* Options for the workstation/model: - - KCCFLN05 => for maxmin - KCCFLN05_proportional => for proportional (Vegas) - KCCFLN05_Vegas => for TCP Vegas - KCCFLN05_Reno => for TCP Reno - */ - //MSG_config("workstation/model", argv[3]); - res = test_all(argv[1], argv[2]); XBT_INFO("Total simulation time: %e", MSG_get_clock());