File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
installing-open-mpi/configure-cli-options Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ non-blocking) use an optimized implementation on top of ``ob1``.
8787- Loopback (send-to-self)
8888- TCP
8989- UCT (InfiniBand)
90- - uGNI (Cray Gemini, Aries)
90+ - OFI/libfabric
9191- Shared Memory (FT supported with CMA and XPMEM; KNEM is untested)
9292- Tuned and non-blocking collective communications
9393
@@ -159,7 +159,7 @@ Running under a batch scheduler
159159^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
160160
161161ULFM can operate under a job/batch scheduler, and is tested routinely
162- with ALPS, PBS, and Slurm. One difficulty comes from the fact that
162+ with PBS and Slurm. One difficulty comes from the fact that
163163many job schedulers handle failures by triggering an immediate "cleanup"
164164of the application as soon as any process fails. In addition, failure
165165detection subsystems integrated into PRTE are not active in direct launch
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ can be used with ``configure``:
1717 so that executables such as ``mpicc `` and ``mpirun `` can be found
1818 without needing to type long path names.
1919
20- * ``--with-alps ``:
21- Force the building of for the Cray Alps run-time environment. If
22- Alps support cannot be found, configure will abort.
20+ * ``--with-pals ``:
21+ Force the building of for the Cray PALS run-time environment. If
22+ PALS support cannot be found, configure will abort.
2323
2424* ``--with-lsf=DIR ``:
2525 Specify the directory where the LSF libraries and header files are
Original file line number Diff line number Diff line change @@ -51,5 +51,5 @@ that a release of Open MPI supports.
5151 * PBS Pro, Torque
5252 * Platform LSF (tested with v9.1.1 and later)
5353 * Slurm
54- * Cray XE, XC, and XK
54+ * HPE/ Cray PALS
5555 * Oracle Grid Engine (OGE) 6.1, 6.2 and open source Grid Engine
You can’t perform that action at this time.
0 commit comments