forked from billbarth/tacc_stats-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
58 lines (56 loc) · 1.68 KB
/
setup.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
### This file will configure the counter collectors and
### log picklers for a specific system setup.
### The user is expected to supply these fields
### for their specific site
## Paths on compute hosts##
[PATHS]
stats_dir = .
stats_lock = .
jobid_file = ./TACC_jobid
tacc_stats_home = /scratch/projects/tacc_stats/
acct_path = /scratch/projects/tacc_stats/accounting/tacc_jobs_completed
host_list_dir = /scratch/projects/tacc/hostfile_logs/
python_path = /opt/apps/python/epd/7.3.2/bin/
batch_system = SLURM
host_name_ext = tacc-stats.tacc.utexas.edu
pickles_dir = /hpc/tacc_stats_site/stampede/pickles/
lariat_path = /hpc/tacc_stats/stampede/lariatData/
## Platform specific Schema items. ##
## Chips type and infiniband may need to be
## changed for different systems ##
########################
## Chip types
# Each chip will need a different counter routine
# for non-architectural events.
# If chip or device is absent it will be skipped
# at run time.
[TYPES]
amd64_pmc = True
intel_nhm = True
intel_wtm = True
intel_uncore = True
intel_snb = True
intel_snb_cbo = True
intel_snb_pcu = True
intel_snb_imc = True
intel_snb_qpi = True
intel_snb_hau = True
intel_snb_r2pci = True
ib = False
ib_sw = False
ib_ext = False
llite = False
lnet = False
mdc = False
osc = False
block = True
cpu = True
mem = True
net = True
nfs = True
numa = True
ps = True
sysv_shm = True
tmpfs = True
vfs = True
vm = True