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.

How do I build Open MPI with support for SLURM / XGrid?

build MPI slurm support xgrid
0
Posted

How do I build Open MPI with support for SLURM / XGrid?

0

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

Related Questions

What is your question?

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

Experts123