ministry-of-silly-code / experiment_buddy

GNU Affero General Public License v3.0
9 stars 5 forks source link

Similar syntax for long partition? #19

Closed d3sm0 closed 3 years ago

d3sm0 commented 3 years ago

Love this. Can we do the same with partition=long? maybe

if experiment_id.endswith("!!!"):
extra_slurm_headers += "\n#SBATCH --partition=long"

https://github.com/ministry-of-silly-code/experiment_buddy/blob/0be82ac6a74de216ce60b1a45a7b963556ca4c40/experiment_buddy/experiment_buddy.py#L205