Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
thread factory + dlopen privatization seems to be working now on osx systems (at...
authorAugustin Degomme <adegomme@gmail.com>
Fri, 19 Nov 2021 21:28:36 +0000 (21:28 +0000)
committerAugustin Degomme <adegomme@gmail.com>
Fri, 19 Nov 2021 21:28:36 +0000 (21:28 +0000)
src/kernel/EngineImpl.cpp

index e2f5158..b6269d0 100644 (file)
@@ -248,7 +248,7 @@ void EngineImpl::context_mod_init() const
 {
   xbt_assert(not instance_->has_context_factory());
 
-#if HAVE_SMPI && (defined(__APPLE__) || defined(__NetBSD__))
+#if HAVE_SMPI && defined(__NetBSD__)
   smpi_init_options_internal(false);
   std::string priv = config::get_value<std::string>("smpi/privatization");
   if (context_factory_name == "thread" && (priv == "dlopen" || priv == "yes" || priv == "default" || priv == "1")) {