How do I not build a specific plugin / component for Open MPI?
The –enable-mca-no-build option to Open MPI’s configure script enables you to specify a list of components that you want to skip building. This allow you to not include support for specific features in Open MPI if you do not want to. It takes a single argmuent: a comma-delimited list of framework/component pairs inidicating which specific components you do not want to build. For example: shell$ ./configure –enable-mca-no-build=paffinity-linux,timer-solaris Note that this option is really only useful for components that would otherwise be built. For example, if you are on a machine without Myrinet support, it is not necessary to specify: shell$ ./configure –enable-mca-no-build=btl-gm because the configure script will naturally see that you do not have support for GM and will automatically skip the gm BTL component. 33. What other options to [configure] exist? There are many options to Open MPI’s configure script. Please run the following to get a full list (including a short descript