Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove groupname from sbatch #149

Closed
odunbar opened this issue Apr 18, 2022 · 0 comments · Fixed by #150
Closed

Remove groupname from sbatch #149

odunbar opened this issue Apr 18, 2022 · 0 comments · Fixed by #150
Assignees

Comments

@odunbar
Copy link
Collaborator

odunbar commented Apr 18, 2022

I just noticed that we have left in some -A esm flags in the sbatch scripts. These are specific to the developer's specific HPC group, and should be removed.

if [ "$it" = "1" ]; then
id_ens_array=$(sbatch --parsable --kill-on-invalid-dep=yes -A esm --dependency=afterok:$id_init_ens --array=1-$n ekp_single_cm_run.sbatch $it)
else
id_ens_array=$(sbatch --parsable --kill-on-invalid-dep=yes -A esm --dependency=afterok:$id_ek_upd --array=1-$n ekp_single_cm_run.sbatch $it)
fi
id_ek_upd=$(sbatch --parsable --kill-on-invalid-dep=yes -A esm --dependency=afterok:$id_ens_array --export=n=$n ekp_cont_calibration.sbatch $it)

bors bot added a commit that referenced this issue Apr 19, 2022
150: Remove groupname from sbatch r=ilopezgp a=ilopezgp

Closes #149 .

Co-authored-by: ilopezgp <[email protected]>
@bors bors bot closed this as completed in #150 Apr 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants