X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f12b085d941522c6c45e47db742a7fdfedb832da..cb384017166c74fdfd75b07c8a80b1af46c9447d:/src/smpi/include/private.h diff --git a/src/smpi/include/private.h b/src/smpi/include/private.h index 0b713bee8f..f17eccb30d 100644 --- a/src/smpi/include/private.h +++ b/src/smpi/include/private.h @@ -82,8 +82,8 @@ XBT_PRIVATE void smpi_mpi_init(); // utilities extern XBT_PRIVATE double smpi_cpu_threshold; extern XBT_PRIVATE double smpi_host_speed; -extern XBT_PRIVATE char* smpi_start_data_exe; //start of the data+bss segment of the executable -extern XBT_PRIVATE int smpi_size_data_exe; //size of the data+bss segment of the executable +extern XBT_PRIVATE char* smpi_data_exe_start; // start of the data+bss segment of the executable +extern XBT_PRIVATE int smpi_data_exe_size; // size of the data+bss segment of the executable typedef enum { shmalloc_none, shmalloc_local, shmalloc_global } shared_malloc_type; extern XBT_PRIVATE shared_malloc_type smpi_cfg_shared_malloc; // Whether to activate shared malloc