Hopla is a lightweight tool for submitting script for computation within a PBS cluster. It basically wraps submission and provide access to logs.
Note
This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the gallery for the big picture.
- class hopla.utils.JobPaths(folder, job_id)[source]¶
Bases:
object
Creates 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.
Follow us