generated from noaa-nwfsc/NWFSC-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathABC_test.sh
33 lines (25 loc) · 885 Bytes
/
ABC_test.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#!/bin/bash
## Job Name
#SBATCH --job-name=chinook_test_9thread
## Allocation Definition
#SBATCH --account=stf
#SBATCH --partition=stf
## Resources
## Nodes
#SBATCH --nodes=1
## Tasks per node (Slurm assumes you want to run 28 tasks, remove 2x # and adjust parameter if needed)
#SBATCH --ntasks-per-node=3
## Set number of cores per task to allow multithreading
#SBATCH --cpus-per-task=9
## Walltime (two hours)
#SBATCH --time=10:00:00
# E-mail Notification, see man sbatch for options
##turn on e-mail notification
#SBATCH --mail-type=ALL
#SBATCH [email protected]
## Memory per node
#SBATCH --mem=100G
## Specify the working directory for this job
#SBATCH --chdir=/gscratch/stf/aebratt/fish_cpp_hyak
module load parallel-20170722
seq 6 | parallel -j 3 -n0 "/gscratch/stf/aebratt/fish_cpp_hyak/bin/headless ABC_test_listings.csv ABCoutput config_9thread.json"