You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Job class providing read-only access to all possible attributes of jobs (e.g. time of submission)
Jobs class, acting as a custom collection (dict) to retrieve actual job-information, and holds all the Job instances which carry the information.
JobStep class providing read-only access to all possible attributes of a single Job-step
JobSteps class, acting as custom collection (dict) to hold all the 'JobStep' instances
JobSubmission class, acting as a interface to create a job-submission records and to submit them
support parsing #SBATCH directives from the specified submit-script
- will be pretty easy once all attributes also have the logic to accept sbatch-like input for these (e.g. parsing something more complex like --cpu-frequency.
Branch is here
Classes
Jobclass providing read-only access to all possible attributes of jobs (e.g. time of submission)Jobsclass, acting as a custom collection (dict) to retrieve actual job-information, and holds all theJobinstances which carry the information.JobStepclass providing read-only access to all possible attributes of a single Job-stepJobStepsclass, acting as custom collection (dict) to hold all the 'JobStep' instancesJobSubmissionclass, acting as a interface to create a job-submission records and to submit them#SBATCHdirectives from the specified submit-script- will be pretty easy once all attributes also have the logic to accept sbatch-like input for these (e.g. parsing something more complex like
--cpu-frequency.General Functionality for a Job
General Functionality for a JobStep
Other
Related to #11