-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathswift.conf
More file actions
117 lines (114 loc) · 2.48 KB
/
swift.conf
File metadata and controls
117 lines (114 loc) · 2.48 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
sites: [gcepoolwelding]
site.gcepoolwelding {
execution {
type: "coaster-persistent"
URL: "http://localhost:4050"
}
staging: local
initialParallelTasks: 999999
maxParallelTasks: 999999
workDirectory: ${env.PWD}"/swiftwork"
scratch: ${env.PWD}"/jobs"
// workDirectory: "/tmp/swiftwork"
app.ALL {
env {
}
executable: "*"
}
app.determine_arc_passes {
executable: "./utils/determine_passes_arc_v4.out"
maxWallTime: "01:00:00"
exclusive: true
options {
docker {
image: "parallelworks/calculix:v2.12_rootuser"
jobDirMountPoint: "/scratch"
registry: "docker.io"
alwaysPull: true
}
}
}
app.bashSalome {
executable: "/bin/bash"
maxWallTime: "01:00:00"
exclusive: true
options {
docker {
image: "parallelworks/salome:v8_2_rootuser"
jobDirMountPoint: "/scratch"
registry: "docker.io"
alwaysPull: true
}
}
}
app.bashCGX {
executable: "/bin/bash"
maxWallTime: "01:00:00"
exclusive: true
options {
docker {
image: "parallelworks/calculix:v2.12_rootuser"
jobDirMountPoint: "/scratch"
registry: "docker.io"
alwaysPull: true
}
}
}
app.python2 {
executable: "python2"
maxWallTime: "01:00:00"
exclusive: true
options {
docker {
image: "python:2.7-slim"
jobDirMountPoint: "/scratch"
registry: "docker.io"
alwaysPull: true
}
}
}
app.bashCompileCcx {
executable: "/bin/bash"
maxWallTime: "01:00:00"
exclusive: true
options {
docker {
image: "parallelworks/calculix:v2.12_rootuser"
jobDirMountPoint: "/scratch"
registry: "docker.io"
alwaysPull: true
}
}
}
app.bashRunCcx {
executable: "/bin/bash"
maxWallTime: "24:00:00"
exclusive: true
options {
docker {
image: "parallelworks/calculix:v2.12_rootuser"
jobDirMountPoint: "/scratch"
registry: "docker.io"
alwaysPull: true
}
}
}
app.bashMex {
executable: "/bin/bash"
maxWallTime: "05:00:00"
exclusive: true
options {
docker {
image: "parallelworks/paraview:v5_4u_imgmagick_rootUser"
jobDirMountPoint: "/scratch"
registry: "docker.io"
alwaysPull: true
}
}
}
}
lazyErrors: true
executionRetries: 0
keepSiteDir: true
providerStagingPinSwiftFiles: false
alwaysTransferWrapperLog: true