Bases: pylada.process.process.Process
Calls functional in child python process.
This process pickles a callable and its arguments and executes it in a child python process.
Initializes a process.
Parameters: |
|
---|
Whether to run with mpi or not.
Functional to execute.
Directory where to run job.
Extra parameters to pass on to iterator.
Name of standard error file, if any.
Name of standard output file, if any.