-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinput.cfg
executable file
·42 lines (31 loc) · 1.04 KB
/
input.cfg
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
35
36
37
38
39
40
41
42
# VeloC paths HAVE TO be set
# example - ~/VELOC/build_release/install/bin/veloc-backend
veloc_backend=~/VELOC/build_release/install/bin/veloc-backend
# example - ~/VELOC/build_release/install/lib
veloc_lib=~/VELOC/build_release/install/lib
# Master script will set default values for any fields that are not entered
# Name of desired batch file that will be output by running the script
# default run.batch
batch_file=
# Number of nodes to reserve for job
# default 2
nodes=
# Executable file you want to run
# default heatdis_resil
exe_file=
# Number of iterations between checkpoints
# default 200
chkpt=
# {weak} or {strong} - options for scaling
# default weak
scaling=
# Problem size in MB - per node if {weak} scaling or total problem size if {strong} scaling
# default 100
size=
# {mutrino} or {kahuna} - cluster you are running the simulation on
# default mutrino
machine=
# {heatdis.json} or {heatdis.cfg} - configuration files
# use .json for resilient kokkos and .cfg for VeloC
# default heatdis.json
config=