How do I build Open MPI with support for SLURM / XGrid?
SLURM support is built automatically; there is nothing that you need to do. XGrid support is built automatically if the XGrid tools are installed. 26. How do I build Open MPI with support for SGE? Support for SGE first appeared in the Open MPI v1.2 series. The method for configuring it is slightly different between Open MPI v1.2 and v1.3. For Open MPI v1.2, no extra configure arguments are needed as SGE support is built in automatically. After Open MPI is installed, you should see two components named gridengine. shell$ ompi_info | grep gridengine MCA ras: gridengine (MCA v1.0, API v1.3, Component v1.2.5) MCA pls: gridengine (MCA v1.0, API v1.3, Component v1.2.5) For Open MPI v1.3, you need to explicitly request the SGE support with the “–with-sge” command line switch to the Open MPI configure script. For example: shell$ ./configure –with-sge After Open MPI is installed, you should see one component named gridengine. shell$ ompi_info | grep gridengine MCA ras: gridengine (MCA v2.0, A