You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/config_reference.rst
+7-1
Original file line number
Diff line number
Diff line change
@@ -518,8 +518,10 @@ System Partition Configuration
518
518
The program will be launched locally.
519
519
- ``lrun``: Parallel programs will be launched using `LC Launcher <https://hpc.llnl.gov/training/tutorials/using-lcs-sierra-system#lrun>`__'s ``lrun`` command.
520
520
- ``lrun-gpu``: Parallel programs will be launched using `LC Launcher <https://hpc.llnl.gov/training/tutorials/using-lcs-sierra-system#lrun>`__'s ``lrun -M "-gpu"`` command that enables the CUDA-aware Spectrum MPI.
521
-
- ``mpirun``: Parallel programs will be launched using the ``mpirun`` command.
522
521
- ``mpiexec``: Parallel programs will be launched using the ``mpiexec`` command.
522
+
- ``mpirun``: Parallel programs will be launched using the (generic) ``mpirun`` command.
523
+
- ``mpirun-intelmpi``: Parallel programs will be launched using the Intel MPI's ``mpirun`` command.
524
+
- ``mpirun-openmpi``: Parallel programs will be launched using the OpenMPI's ``mpirun`` command.
523
525
- ``pdsh``: Parallel programs will be launched using the ``pdsh`` command. This launcher uses the partition's :attr:`~config.systems.partitions.access` property in order to determine the options to be passed to ``pdsh``.
524
526
- ``srun``: Parallel programs will be launched using `Slurm <https://slurm.schedmd.com/srun.html>`__'s ``srun`` command.
525
527
- ``srunalloc``: Parallel programs will be launched using `Slurm <https://slurm.schedmd.com/srun.html>`__'s ``srun`` command, but job allocation options will also be emitted.
@@ -542,6 +544,10 @@ System Partition Configuration
542
544
- ``upcrun``: Parallel programs will be launched using the `UPC <https://upc.lbl.gov/>`__ ``upcrun`` command.
543
545
- ``upcxx-run``: Parallel programs will be launched using the `UPC++ <https://bitbucket.org/berkeleylab/upcxx/wiki/Home>`__ ``upcxx-run`` command.
544
546
547
+
.. versionadded:: 4.9
548
+
549
+
The ``mpirun-intelmpi`` and ``mpirun-openmpi`` parallel launchers were added.
0 commit comments