cloudmesh.sbatch.tools package
Submodules
cloudmesh.sbatch.tools.StopWatch module
cloudmesh.sbatch.tools.parallel_executor module
Parallel Executor with Dependencies
- Usage:
parallel_executor.py <yaml_file> parallel_executor.py -h | –help
- Options:
-h –help Show this help message and exit.
cloudmesh.sbatch.tools.sequential_executor module
Sequential Executor
- Usage:
sequential_executor.py [–yaml=<yaml_file>] [–json=<json_file>] sequential_executor.py -h | –help
- Options:
-h –help Show this help message and exit. –yaml=<yaml_file> Path to the YAML file [default: steps.yaml]. –json=<json_file> Path to the JSON file.