tfep.utils.cli.launcher.SRunTool
- class tfep.utils.cli.launcher.SRunTool(*args, executable_path=None, **kwargs)[source]
Bases:
CLIToolSLURM srun command line utility.
See also
- __init__(*args, executable_path=None, **kwargs)
Methods
__init__(*args[, executable_path])Convert the command to a list that can be run with the
subprocessmodule.Attributes
EXECUTABLE_PATHSUBPROGRAMcpu_bindA generic command line key-value option.
distributionA generic command line key-value option.
The path to the command executable to run.
multiprog_config_file_pathA generic command line key-value option.
n_cpus_per_taskA generic command line key-value option.
n_nodesA generic command line key-value option.
n_tasksA generic command line key-value option.
n_tasks_per_nodeA generic command line key-value option.
relative_node_idxA generic command line key-value option.
timeA generic command line key-value option.
- property executable_path
The path to the command executable to run.