We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9777f5 + 5063d5e commit 5616bd1Copy full SHA for 5616bd1
lis/utils/usaf/s2s/s2s_app/s2s_run.sh
@@ -19,7 +19,8 @@
19
# SHARED FUNCTIONS
20
######################################################################
21
SOURCE_ONLY='N'
22
-GROUP_JOBS='Y'
+# Option for grouping tasks in slurm jobs (N="off"; Y="on"):
23
+GROUP_JOBS='N'
24
submit_job(){
25
if [[ $1 == "" ]] || [[ $1 == ":" ]]; then
26
submit_ID="`sbatch $2 | cut -d' ' -f4`"
0 commit comments