Skip to content

Templates too pedantic #14

Open
Open
@ocaisa

Description

@ocaisa

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions