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

Added portion to submit the slurm script as well

parent c6e3d811
No related branches found
No related tags found
No related merge requests found
......@@ -34,3 +34,9 @@ cat <<EOF >> $jobs_dir/$file_name.job
srun echo "Processing file $file_name" >> $data_dir/$file_name
srun sleep 60
EOF
# Submit the recently create job for this file
sbatch $jobs_dir/$file_name.job
done
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