Update wrapper_submit.sh

This commit is contained in:
Adri K. Grow 2025-06-27 13:29:37 -04:00 committed by GitHub
parent 0b1feed651
commit d16560f747
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,8 +12,10 @@
#SBATCH --output=EukPhylo.%j.out # Stdout (%j expands to jobId)
#SBATCH --nodes=1
#SBATCH --ntasks=1
#SBATCH --ntasks-per-node=64 # #change to number of srun when running multiple instances
#SBATCH --ntasks-per-node=64 # #change to double number of srun when running multiple instances
#SBATCH --mem=160G
#SBATCH --mail-type=ALL
#SBATCH --mail-user=email@email.edu
module purge #Cleans up any loaded modules
module load slurm