R scripts to generate aquamaps using SLURM supercomputing scheduler
Here we assume you have a USF account on the CIRCE supercomputing cluster or similar SLURM scheduler.
ssh [email protected]
# sign into an access node.cd /work/t/tylarmurray/repos/SLURMquamapR/
# move to repo location.git pull
# ensure code is updated- edit
sbatch submit_jobs.sh
to set#SBATCH --array=
(and others) as desired- to set
array
to all species use the output ofcat species_names.txt | wc -l
- to set
sbatch submit_jobs.sh
# submit the jobswatch squeue -u tylarmurray
# watch your jobs in action (ctrl-C to stop)- once complete the .out files will include logs for each jobs and the data files will be in place if the processes succeeded.