-
Notifications
You must be signed in to change notification settings - Fork 11
/
.env.sample
34 lines (27 loc) · 951 Bytes
/
.env.sample
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
### MAGICC ###
# ---------- #
# Path to the compiled MAGICC executable.
# The assumption is made that your MAGICC directory structure looks like
# this:
# . top-level-dir
# ├── bin
# │ └── magicc
# ├── out # empty folder where output can be written
# └── run
# ├── run files are here
# └── they shouldn't need to be touched directly
MAGICC_EXECUTABLE_7=/path/to/magicc/bin/magicc
# How many MAGICC workers can run in parallel?
MAGICC_WORKER_NUMBER=4
# Where should the MAGICC workers be located on the filesystem (you need about
# 500Mb space per worker at the moment)?
MAGICC_WORKER_ROOT_DIR=~/Desktop
### Cicero-SCM ###
# ------------- #
CICEROSCM_WORKER_NUMBER=4
# Where should Cicero-SCM workers be located on the filesystem
CICEROSCM_WORKER_ROOT_DIR=~/Desktop
### FAIR ###
# -------- #
# How many cores should be used when running FaIR in parallel?
FAIR_WORKER_NUMBER=4