X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a6ea08015bccffeff00ba4e82afa7bb473cde7a4..3b56ba0e1914362b1c7e6b7d84bf72e2fe88f3c2:/examples/smpi/trace_call_location/trace_call_location.c diff --git a/examples/smpi/trace_call_location/trace_call_location.c b/examples/smpi/trace_call_location/trace_call_location.c index 0491db5a7d..310d95e365 100644 --- a/examples/smpi/trace_call_location/trace_call_location.c +++ b/examples/smpi/trace_call_location/trace_call_location.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2012, 2014. The SimGrid Team. +/* Copyright (c) 2012-2023. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -12,6 +12,7 @@ int main(int argc, char *argv[]) { MPI_Init(&argc, &argv); MPI_Barrier (MPI_COMM_WORLD); + sleep(1000); MPI_Finalize(); return 0; }