Skip to content

Commit da044dc

Browse files
authored
Merge pull request #13576 from hppritcha/docs_update_some_crayisms
docs: cleanup some hpe/crayisms
2 parents e867093 + d535836 commit da044dc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/features/ulfm.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

161161
ULFM 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
163163
many job schedulers handle failures by triggering an immediate "cleanup"
164164
of the application as soon as any process fails. In addition, failure
165165
detection subsystems integrated into PRTE are not active in direct launch

docs/installing-open-mpi/configure-cli-options/runtime.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

docs/release-notes/platform.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)