Skip to content

Commit 5616bd1

Browse files
authored
Merge pull request #1663 from karsenau/update/s2s_groupjobs_default
Update to S2S run - group jobs option
2 parents d9777f5 + 5063d5e commit 5616bd1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lis/utils/usaf/s2s/s2s_app/s2s_run.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
# SHARED FUNCTIONS
2020
######################################################################
2121
SOURCE_ONLY='N'
22-
GROUP_JOBS='Y'
22+
# Option for grouping tasks in slurm jobs (N="off"; Y="on"):
23+
GROUP_JOBS='N'
2324
submit_job(){
2425
if [[ $1 == "" ]] || [[ $1 == ":" ]]; then
2526
submit_ID="`sbatch $2 | cut -d' ' -f4`"

0 commit comments

Comments
 (0)