X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b8df87e176f27b25534f27d7e240defa32ca35bc..73e97710413bba3ee2ae8baab0537fbd78811016:/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 4397aaf18c..dec0c8544a 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-2019. The SimGrid Team. +/* Copyright (c) 2012-2021. 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; }