Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cleanup.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 19 Feb 2014 14:41:11 +0000 (15:41 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 19 Feb 2014 14:41:11 +0000 (15:41 +0100)
src/smpi/smpi_global.c

index 89f5cb5..e90b83a 100644 (file)
@@ -419,7 +419,6 @@ int __attribute__ ((weak)) smpi_simulated_main_(int argc, char **argv)
 {
   smpi_process_init(&argc, &argv);
   user_main_();
-  //xbt_die("Should not be in this smpi_simulated_main");
   return 0;
 }