Menu

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]

Creates paths related to a job and its submission.

Parameters:

folder : Path

the current execution folder.

job_id : str

the job identifier.

property stderr

Generate the stderr file location.

property stdout

Generate the stdout file location.

property submission_file

Generate the submission file location.

Follow us

© 2025, hopla developers