X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ebd53cac243186b83457179668123ae1ddbd47a2..9f34e4c6b167e7c684ba096920e4702a8d584e3c:/src/smpi/smpi_global.c diff --git a/src/smpi/smpi_global.c b/src/smpi/smpi_global.c index 4dac16053e..f0ad13e1eb 100644 --- a/src/smpi/smpi_global.c +++ b/src/smpi/smpi_global.c @@ -147,13 +147,6 @@ void smpi_global_init() // config variable smpi_global->reference_speed = SMPI_DEFAULT_SPEED; - smpi_global->root_ready = 0; - smpi_global->ready_process_count = 0; - - // start/stop - smpi_global->start_stop_mutex = SIMIX_mutex_init(); - smpi_global->start_stop_cond = SIMIX_cond_init(); - // host info blank until sim starts // FIXME: is this okay? smpi_global->hosts = NULL; @@ -247,10 +240,6 @@ void smpi_global_destroy() smpi_do_once_duration_node_t curr, next; - // start/stop - SIMIX_mutex_destroy(smpi_global->start_stop_mutex); - SIMIX_cond_destroy(smpi_global->start_stop_cond); - // processes xbt_free(smpi_global->sender_processes); xbt_free(smpi_global->receiver_processes);