Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can I disable Open MPIs use of plugins?

disable MPI plugins
0
Posted

Can I disable Open MPIs use of plugins?

0

Yes. Open MPI uses plugins for much of its functionality. Specifically, Open MPI looks for and loads plugins as dynamically shared objects (DSOs) during the call to MPI_INIT. However, these plugins can be compiled and installed in several different ways: • As DSOs: In this mode (the default), each of Open MPI’s plugins are compiled as a separate DSO that is dynamically loaded at run time. • Advantage: this approach is highly flexible — it gives system developers and administrators fine-grained approach to install new plugins to an existing Open MPI installation, and also allows the removal of old plugins (i.e., forcibly disallowing the use of specific plugins) simply by removing the corresponding DSO(s). • Disadvantage: this approach causes additional filesystem traffic (mostly during MPI_INIT). If Open MPI is installed on a networked filesystem, this can cause noticable network traffic when a large parallel job starts, for example. • As part of a larger library: In this mode, Open MP

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123