Skip to content

Commit

Permalink
Add zero padding tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
njcarriero committed Apr 11, 2024
1 parent cbb2a08 commit 5f08b8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion exampleTaskFiles/DBtasksOneBadOneLeaky
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@
# empty repeat
#DISBATCH REPEAT 0 start 1

# use zero padding for env variables in file name.
#DISBATCH BARRIER
#DISBATCH SUFFIX ( echo "${DISBATCH_REPEAT_INDEX} running on" $(hostname) ; date ; sleep 10 ; date ; ) &> ${DISBATCH_NAMETASKS}_task_${DISBATCH_TASKID}_rx_${DISBATCH_REPEAT_INDEX}.log
#DISBATCH SUFFIX ( echo "${DISBATCH_REPEAT_INDEX} running on" $(hostname) ; echo "Zero-padded stream index: ${DISBATCH_STREAM_INDEX_ZP}" ; date ; sleep 10 ; date ; ) &> ${DISBATCH_NAMETASKS}_task_${DISBATCH_TASKID_ZP}_rx_${DISBATCH_REPEAT_INDEX_ZP}.log
#DISBATCH REPEAT 7 start 40

# fail two in repeat
Expand Down

0 comments on commit 5f08b8b

Please sign in to comment.