Question: I’m trying to optimize a study I’m doing. I currently have to job scripts I call them step1 and step2. In step1 After this job is done I have a new datafile that we can call my_datafile1.dat and this ...
Question: I have a python script I run on HPC that takes a list of files in a text file and starts multiple SBATCH runs: launch_job.sh goes through 0_folder_file_list.txt and starts an SBATCH for each file get_job.slurm has all of ...