-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yaml
34 lines (30 loc) · 926 Bytes
/
config.yaml
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
34
### THIS CONFIG FILE USES YAML SYNTAX
### see yaml.org
BASE_INPUT_FILE: '/scratch/gpfs/pcrumley/Automator/input.stopping' # we take these values as the base
ROOT_DIRECTORY: '/scratch/gpfs/pcrumley/batchTristan/'
#You can edit any of the options in the input fine here
paramOpts:
c_omp: [8]
ppc0: [4,8,16]
ntimes : [8,32,64]
sizex: [7]
sizey: [2]
submitOpts:
email: 'patrick.crumley@gmail.com'
jobs: 2
nodesPerJob: 2
coresPerNode: 28
totalTime: '1:00:00'
# modules must be a list
modules: ['intel', 'intel-mpi', 'hdf5/intel-16.0/intel-mpi/1.8.16']
# exec must be a list
exec: ['/scratch/gpfs/pcrumley/Automator/tristan-mp2d']
outputOpts:
interval: 25
last: 226
units: 'omega_pe' # you can use 'omega_pe', 'omega_pi', or 'laps'
box:
x: [40] # must be a list
y: [40] # must be a list
z: [] # must be a list
units: 'omega_pe' # you can use 'omega_pe', 'omega_pi', or 'cells'