X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/85cb15c2b564f7557aee4d98e93176ce4c39ef73..e26d84ebd86c18af7d79d4afd659e53fd62ac9eb:/examples/msg/parallel_task/test_ptask.c diff --git a/examples/msg/parallel_task/test_ptask.c b/examples/msg/parallel_task/test_ptask.c index 189a26c754..dc0e965717 100644 --- a/examples/msg/parallel_task/test_ptask.c +++ b/examples/msg/parallel_task/test_ptask.c @@ -136,7 +136,7 @@ msg_error_t test_all(const char *platform_file, msg_error_t res = MSG_OK; - MSG_config("workstation/model", "ptask_L07"); + MSG_config("host/model", "ptask_L07"); /* Simulation setting */ MSG_create_environment(platform_file);