Not sure if this might be something the repo is in search of, but this is something I made that is proving useful for computation on computational clusters using the SLURM workload manager. Thought I'd share so that others doesn't have to go through the work.
Also, I removed the data_dir argument out of the sweep hash making process, as it is not indicative of the jobs ran, and that the data directory often change when using clusters. I can leave it in if you wish.
I believe the interest is to leave the repo as cluster-agnostic as possible. If more people would like this to be merged, let me know and I will reopen.
Not sure if this might be something the repo is in search of, but this is something I made that is proving useful for computation on computational clusters using the SLURM workload manager. Thought I'd share so that others doesn't have to go through the work.
Also, I removed the
data_dir
argument out of the sweep hash making process, as it is not indicative of the jobs ran, and that the data directory often change when using clusters. I can leave it in if you wish.