marrlab / DomainLab

modular domain generalization: https://pypi.org/project/domainlab/
https://marrlab.github.io/DomainLab/
MIT License
42 stars 2 forks source link

enable slurm submission name to be set (e.g. time when they are submitted) so one could kill a batch of jobid which get submitted together #785

Closed smilesun closed 2 months ago

smilesun commented 7 months ago

image

currently all job names are called smk

smilesun commented 2 months ago

instead of --job-name=smk-{rule}-{wildcards}, do not use smk

smilesun commented 2 months ago

squeue --format="%.18i %.20P %.20j %.20u %.8T %.10M %.20l %.6D %R"

from https://www.perplexity.ai/search/sbatch-and-5EYUWg0STVWgIuNeDlBCrA

smilesun commented 2 months ago

fixed in https://github.com/marrlab/DomainLab/pull/852

smilesun commented 2 months ago

finally fixed in https://github.com/marrlab/DomainLab/pull/853