Skip to content
Snippets Groups Projects
Commit d4b22d39 authored by John-Paul Robinson's avatar John-Paul Robinson
Browse files

Remove noop echo on array task action

Removed debugging command protection intruduced while testing code.
parent 517774cf
No related branches found
No related tags found
1 merge request!52Draft: Improvements to post processing workflow to make ad hoc use of scripts easier
...@@ -25,5 +25,5 @@ log=${logs[${SLURM_ARRAY_TASK_ID}]} ...@@ -25,5 +25,5 @@ log=${logs[${SLURM_ARRAY_TASK_ID}]}
# for lazy submit. only do work if there is work to do # for lazy submit. only do work if there is work to do
if [ ${SLURM_ARRAY_TASK_ID} -lt ${#logs[@]} ] if [ ${SLURM_ARRAY_TASK_ID} -lt ${#logs[@]} ]
then then
echo split-log --no-clobber ${log} split-log --no-clobber ${log}
fi fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment