X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b2f752feb35d35e191205da26b5522038c04c2b6..04dab60fb0a697e6e4e88956753ecd96b9d28bca:/src/mc/ObjectInformation.hpp diff --git a/src/mc/ObjectInformation.hpp b/src/mc/ObjectInformation.hpp index 8ada283b53..21c3a0456e 100644 --- a/src/mc/ObjectInformation.hpp +++ b/src/mc/ObjectInformation.hpp @@ -88,7 +88,11 @@ public: bool privatized() const { +#ifdef HAVE_SMPI return this->executable() && smpi_privatize_global_variables; +#else + return false; +#endif } void* base_address() const;