Parsl
1.3
Quickstart
User guide
FAQ
API Reference guide
Core
Configuration
Channels
Data management
Executors
Launchers
parsl.launchers.base.Launcher
parsl.launchers.SimpleLauncher
SimpleLauncher
parsl.launchers.SingleNodeLauncher
parsl.launchers.SrunLauncher
parsl.launchers.AprunLauncher
parsl.launchers.SrunMPILauncher
parsl.launchers.GnuParallelLauncher
parsl.launchers.MpiExecLauncher
parsl.launchers.MpiRunLauncher
parsl.launchers.JsrunLauncher
parsl.launchers.WrappedLauncher
Providers
Batch jobs
Exceptions
Internal
Developer documentation
Historical Documents
Parsl
API Reference guide
parsl.launchers.SimpleLauncher
View page source
parsl.launchers.SimpleLauncher
class
parsl.launchers.
SimpleLauncher
(
debug
:
bool
=
True
)
[source]
Does no wrapping. Just returns the command as-is
__init__
(
debug
:
bool
=
True
)
→
None
[source]
Methods
__init__
([debug])