Skip to content

Commit 0a198a3

Browse files
authored
Add breadcrumbs for users trying to match configs to their machines (#3603)
Both Polaris and Perlmutter have configuration documentation hosted by their respective facilities. This is great, but it makes it harder for users trying to match an undocumented machine to existing configs. This PR adds some hints to both Polaris and Perlmutter listing the provider and launcher combo used in the hopes that it might lead the user to configs from those machines.
1 parent 4ea3fbc commit 0a198a3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/userguide/configuring.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,9 @@ Perlmutter (NERSC)
542542
------------------
543543

544544
NERSC provides documentation on `how to use Parsl on Perlmutter <https://docs.nersc.gov/jobs/workflow/parsl/>`_.
545+
Perlmutter is a Slurm based HPC system and parsl uses `parsl.providers.SlurmProvider` with `parsl.launchers.SrunLauncher`
546+
to launch tasks onto this machine.
547+
545548

546549
Frontera (TACC)
547550
---------------
@@ -599,6 +602,8 @@ Polaris (ALCF)
599602
:width: 75%
600603

601604
ALCF provides documentation on `how to use Parsl on Polaris <https://docs.alcf.anl.gov/polaris/workflows/parsl/>`_.
605+
Polaris uses `parsl.providers.PBSProProvider` and `parsl.launchers.MpiExecLauncher` to launch tasks onto the HPC system.
606+
602607

603608

604609
Stampede2 (TACC)

0 commit comments

Comments
 (0)