-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.saps
More file actions
45 lines (38 loc) · 917 Bytes
/
config.saps
File metadata and controls
45 lines (38 loc) · 917 Bytes
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
#Main programs options
Saps:
#Collect
DirSet: ~/Doktor.git/saps/sets
#Plot configuration
DirPlot: ~/Doktor.git/plots
Plot2X: True
Plot2XTerm: qt
Plot2EpsLatex: True
Plot2EpsLatexShow: False
PdfViewer: acroread
Plot2Tikz: True
ShowIncomplete: False
#Debug
DebugRestructure: False
DebugSimulate: False
DebugCollect: False
DebugAnalyse: False
DebugPlot: False
#Msg configuration
ShowNotice: False
ShowWarning: True
RoundDigits: 13
#Module selection
Simulate: FilesystemCluster.py
#Simulate: RunOnline.py
#Simulate: PbsCluster.py
Collect: FilesystemITPP.py
#Module configuration
FilesystemITPP:
DirResults: ~/Doktor.git/results
StopOnDefectResultFiles: False
StopOnIncompleteResultFiles: False
FilesystemCluster:
DirJob: ~/Doktor.git/saps/cluster/jobs/waiting
PbsCluster:
DirJob: ~/Doktor.git/saps/cluster/jobs/waiting
DirLog: ~/Doktor.git/saps/cluster/logs