Skip to content
Snippets Groups Projects
Commit 2695431a authored by Morris Jette's avatar Morris Jette
Browse files

Add random sleep to job array dependency test

parent 0274db78
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ if {$array_size > [get_array_config]} { ...@@ -44,7 +44,7 @@ if {$array_size > [get_array_config]} {
} }
exec $bin_rm -f $script exec $bin_rm -f $script
make_bash_script $script "sleep 10; sleep \$SLURM_ARRAY_TASK_ID" make_bash_script $script "sleep \$(( ( RANDOM % 10 ) + 1 ))"
# #
# Submit a job array for first dependency test # Submit a job array for first dependency test
......
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