Skip to content
Snippets Groups Projects
Commit d796e4a7 authored by Ravi Tripathi's avatar Ravi Tripathi
Browse files

Chnaged the sleep time to 30 seconds, from 60 seconds

parent 95872c9f
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ cat <<EOF >> $jobs_dir/$file_name.job
#SBATCH --mail-user=$USER@uab.edu
srun echo "Processing file $file_name" >> $data_dir/$file_name
srun sleep 60
srun sleep 30
EOF
# Submit the recently create job for this file
......
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