]> AND Public Git Repository - simgrid.git/blobdiff - examples/smpi/trace_call_location/trace_call_location.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Recompile the XML parser, and alleviate an ambiguity in a platform file
[simgrid.git] / examples / smpi / trace_call_location / trace_call_location.c
index 0491db5a7ddd983df362d5bc5855fb0018eb75b9..307ab2f2de033aa94e09ef91a393624e9225314d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2012, 2014. The SimGrid Team.
+/* Copyright (c) 2012-2020. 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;
 }