File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717% if account:
1818# SBATCH --account=${account}
1919% endif
20- % if partition:
21- # SBATCH --partition=${partition}
22- % endif
23- % if quality_of_service:
24- # SBATCH --qos=${quality_of_service}
25- % endif
20+ # SBATCH --partition=${partition or 'batch'}
21+ # SBATCH --qos=${quality_of_service or 'hackathon'}
2622% if email:
2723# SBATCH --mail-user=${email}
2824# SBATCH --mail-type="BEGIN, END, FAIL"
Original file line number Diff line number Diff line change 1717% if account:
1818# SBATCH --account=${account}
1919% endif
20- % if partition:
21- # SBATCH --partition=${partition}
22- % endif
23- % if quality_of_service:
24- # SBATCH --qos=${quality_of_service}
25- % endif
20+ # SBATCH --partition=${partition or 'batch'}
21+ # SBATCH --qos=${quality_of_service or 'hackathon'}
2622% if email:
2723# SBATCH --mail-user=${email}
2824# SBATCH --mail-type="BEGIN, END, FAIL"
You can’t perform that action at this time.
0 commit comments