Note
This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the user guide for the big picture.
hopla.utils.JobPaths¶
- class hopla.utils.JobPaths(folder, job_id)[source]¶
Bases:
objectCreates paths related to a job and its submission.
- Parameters:
- folder: Path
the current execution folder.
- job_id: str
the job identifier.
- property flux_dir¶
Generate the flux output dir.
- property stderr¶
Generate the stderr file location.
- property stdout¶
Generate the stdout file location.
- property submission_file¶
Generate the submission file location.
- property task_file¶
Generate the task file location.
- property worker_file¶
Generate the worker file location.