parsl.launchers.SrunLauncher¶
-
class
parsl.launchers.
SrunLauncher
(overrides='')[source]¶ Worker launcher that wraps the user’s command with the SRUN launch framework to launch multiple cmd invocations in parallel on a single job allocation.
-
__init__
(overrides='')[source]¶ - Parameters
overrides (str) – This string will be passed to the srun launcher. Default: ‘’
Methods
__init__
([overrides])- param overrides
This string will be passed to the srun launcher. Default: ‘’
-