X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e83c4322d00571841dd76ad4f71d32aa0019d549..f1b22d20918d4ccd703690a19e476429cfa124f3:/src/mc/mc_smx.cpp diff --git a/src/mc/mc_smx.cpp b/src/mc/mc_smx.cpp index 643726e64d..7b760772c2 100644 --- a/src/mc/mc_smx.cpp +++ b/src/mc/mc_smx.cpp @@ -212,6 +212,7 @@ const char* MC_smx_process_get_name(smx_process_t p) return info->name; } +#ifdef HAVE_SMPI int MC_smpi_process_count(void) { if (mc_mode == MC_MODE_CLIENT) @@ -223,6 +224,7 @@ int MC_smpi_process_count(void) return res; } } +#endif unsigned long MC_smx_get_maxpid(void) {