X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2807fde4fd1f59c230d69a934634c5dfb77905f2..4ad681b949af9540957937bbd661c01491248532:/examples/smpi/replay_multiple/replay_multiple.c diff --git a/examples/smpi/replay_multiple/replay_multiple.c b/examples/smpi/replay_multiple/replay_multiple.c index ebb03f3d7f..7c75a0bf80 100644 --- a/examples/smpi/replay_multiple/replay_multiple.c +++ b/examples/smpi/replay_multiple/replay_multiple.c @@ -21,6 +21,7 @@ int main(int argc, char *argv[]){ msg_error_t res; MSG_init(&argc, argv); + SMPI_init(); xbt_assert(argc > 3, "Usage: %s description_file platform_file deployment_file\n" "\tExample: %s smpi_multiple_apps msg_platform.xml msg_deployment.xml\n", argv[0], argv[0]); @@ -54,7 +55,6 @@ int main(int argc, char *argv[]){ fclose(fp); MSG_launch_application(argv[3]); - SMPI_init(); res = MSG_main();