Parsl
Quickstart
Parsl tutorial
User guide
Glossary
FAQ
API Reference guide
Core
Configuration
Channels
Data management
Executors
Manager Selectors
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
Task Vine configuration
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])