X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/efaa420b9308f3814c360660953650cf8e26d744..a4d071afeab4b3ff0a50eefbf48a391d4e8978aa:/src/mc/mc_smx.cpp diff --git a/src/mc/mc_smx.cpp b/src/mc/mc_smx.cpp index 07f11b8103..ef15f63ef5 100644 --- a/src/mc/mc_smx.cpp +++ b/src/mc/mc_smx.cpp @@ -207,7 +207,7 @@ const char* MC_smx_process_get_name(smx_process_t p) return info->name.c_str(); } -#ifdef HAVE_SMPI +#if HAVE_SMPI int MC_smpi_process_count(void) { if (mc_mode == MC_MODE_CLIENT)