Project-OSmOSE / OSEkit

OSEkit is an open source suite of tools written in python and dedicated to the management and analysis of data in underwater passive acoustics.
https://osmose.ifremer.fr
Other
3 stars 2 forks source link

Delete job in Job_builder() #80

Closed Rumengol closed 1 year ago

Rumengol commented 1 year ago

Currently, the regular way to cancel a job is through qdel (or scancel). However, doing so prevents the removal of the pbs (or sh) job file and confuses the Job builder. A delete_job(jobname) function should launch the qdel/scancel command and remove the job from its ongoing_jobs list to handle things in a cleaner way.