forked from ORNL-Fusion/ips-wrappers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
conf.ips.edison
45 lines (40 loc) · 1.42 KB
/
conf.ips.edison
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
43
44
45
HOST = edison
MPIRUN = srun
#MPIRUN = aprun
PHYS_BIN_ROOT = /project/projectdirs/m876/phys-bin/phys-hopper/
DATA_TREE_ROOT = /project/projectdirs/m876/data
PORTAL_URL = http://swim.gat.com:8080/monitor # URL for the portal
RUNID_URL = http://swim.gat.com:4040/runid.esp
DATA_ROOT = /project/projectdirs/m876/data/
#######################################
# resource detection method
#######################################
NODE_DETECTION = slurm_env # checkjob | qstat | pbs_env | slurm_env
#######################################
# manual allocation description
#######################################
TOTAL_PROCS = 96
NODES = 4
PROCS_PER_NODE = 24
#######################################
# node topology description
#######################################
CORES_PER_NODE = 24
SOCKETS_PER_NODE = 2
#######################################
# framework setting for node allocation
#######################################
# THE FOLLOWING ENTRIES MUST ADHERE TO THE PLATFORM'S CAPABILITIES
#
# NODE_ALLOCATION_MODE
# * EXCLUSIVE : only one task per node
# * SHARED : multiple tasks may share a node
# For single node jobs, this can be overridden allowing multiple
# tasks per node.
#
# USE_ACCURATE_NODES
# * ON : use accurate nodes if detected properly
# * OFF : DO NOT use accurate nodes even if detected properly
NODE_ALLOCATION_MODE = EXCLUSIVE # SHARED | EXCLUSIVE
USE_ACCURATE_NODES = ON # ON | OFF
#USE_ACCURATE_NODES = OFF # ON | OFF