Developed automated python script to submit multiple slurm jobs This project was created to run simulations of a detector design (specifically B0 tracker) and send each output into their own, iterated folder. The script made sure to keep track of each job ID and would prompt if the user wanted to resubmit any failed job IDs.

Lessons Learned

  • Utilized Python with Linux shell commands (designed to be run on Linux servers) - commit 7de8fe1
  • Implemented methods to catch almost all errors and utilized an argument parser - commit a19bfe4