parsl.launchers.WrappedLauncher¶
-
class
parsl.launchers.WrappedLauncher(prepend: str)[source]¶ Wraps the command by prepending commands before a user’s command
As an example, the wrapped launcher can be used to launch a command inside a docker contain by prepending the proper docker invocation
-
__init__(prepend: str)[source]¶ - Parameters
prepend (str) – Command to use before the launcher (e.g.,
time)
Methods
__init__(prepend)- param prepend
Command to use before the launcher (e.g.,
time)
-