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

Templates too pedantic #14

Open
ocaisa opened this issue May 8, 2020 · 0 comments
Open

Templates too pedantic #14

ocaisa opened this issue May 8, 2020 · 0 comments

Comments

@ocaisa
Copy link
Member

ocaisa commented May 8, 2020

Currently our template for the job submission system are really verbose:

sched_name: SLURM
sched_submit: "sbatch"
sched_submit_options: "-A course01" # check
sched_flag_account: "--account"
sched_flag_time: "--time "
sched_flag_nodes: "--nodes "
sched_flag_ntasks: "--ntasks-per-node"
sched_flag_out: "--output"
sched_flag_err: "--error"
sched_flag_partition: "--partition"
sched_status: "sstat"
sched_flag_user: "-u yourUsername"
sched_queue: "batch"
sched_del: "scancel"
sched_interactive: "srun --pty /bin/bash -i"
sched_comment: "#SBATCH"
sched_flag_name: "-N" # EDITME
sched_hist: "" # EDITME
sched_flag_histdetail: "" # EDITME

I think we can replace most of these with more of a small set of catch alls since we are submitting a very finite list of jobs with very particular characteristics.

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

No branches or pull requests

1 participant