6 lines
143 B
Bash
Executable file
6 lines
143 B
Bash
Executable file
#!/bin/bash
|
|
#
|
|
# submitting independent SLURM jobs for efficiency and robustness
|
|
|
|
parallel 'sbatch code/process.sbatch {}' ::: code/jobs/job_*
|
|
|