Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
SMPI: kill some free() from the smpi_process_finalize of the last leaving process...
[simgrid.git] / src / smpi / private.h
index ff6bcb6..63be652 100644 (file)
@@ -95,8 +95,6 @@ typedef struct smpi_global_t {
 
   smx_process_t *main_processes;
 
-  int running_hosts_count; //FIXME: killme
-
   xbt_os_timer_t timer;
   smx_mutex_t timer_mutex;
   smx_cond_t timer_cond;