Skip to content

Commit

Permalink
Merge pull request #1663 from karsenau/update/s2s_groupjobs_default
Browse files Browse the repository at this point in the history
Update to S2S run - group jobs option
  • Loading branch information
jvgeiger authored Dec 19, 2024
2 parents d9777f5 + 5063d5e commit 5616bd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lis/utils/usaf/s2s/s2s_app/s2s_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
# SHARED FUNCTIONS
######################################################################
SOURCE_ONLY='N'
GROUP_JOBS='Y'
# Option for grouping tasks in slurm jobs (N="off"; Y="on"):
GROUP_JOBS='N'
submit_job(){
if [[ $1 == "" ]] || [[ $1 == ":" ]]; then
submit_ID="`sbatch $2 | cut -d' ' -f4`"
Expand Down

0 comments on commit 5616bd1

Please sign in to comment.