Skip to content

Commit

Permalink
BUG: Fix typos for generating and using argfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pan14001 committed May 13, 2019
1 parent 2fa11d4 commit 1e12b80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/03-submit-param-sweep.slurm
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ then
fi

# Run an interruption prone program.
seq $n_sum > param_index
seq $n_sim > param_index
echo "Running $n_remaining of total $n_sim simulations."
# It's okay to use
parallel $parallel_opts \
Expand All @@ -36,5 +36,5 @@ parallel $parallel_opts \
--retries 3 \
--line-buffer \
$model \
::: param_index
:::: param_index
echo "Completed SLURM job $SLURM_JOB_ID in $(sacct -nXj $SLURM_JOB_ID -o elapsed)"

0 comments on commit 1e12b80

Please sign in to comment.