File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -228,6 +228,36 @@ site.bridges {
228
228
}
229
229
}
230
230
231
+ site.bluewaters {
232
+ execution {
233
+ type : "coaster" # Use coasters to run on remote sites
234
+ URL : "bw.ncsa.illinois.edu" # BW login URL - not used for local:slurm
235
+ jobManager: "local:pbs" # use PBS commands to submit jobs locally
236
+ options {
237
+
238
+ maxJobs : 1 # Max jobs submitted to LRM
239
+ nodeGranularity : 2 # Nodes per job
240
+ maxNodesPerJob : 2 # Nodes per job
241
+ tasksPerNode : 1 # Tasks per Node
242
+ maxJobTime : "00:30:00" # Time requested per job
243
+ jobQueue : "normal" # Submit to compute partition (from shared)
244
+ jobOptions {
245
+ jobType: "single"
246
+ ppn : "16" # Virtual processors per node per Job
247
+ }
248
+
249
+ }
250
+ }
251
+ staging : "direct" # Stage files from "local" fs to compute nodes
252
+ # workDirectory : "/tmp/"${env.USER}"/swiftwork" # Work dir on compute nodes
253
+ workDirectory : "/u/training/"${env.USER}"/swiftwork" # Work dir on compute nodes
254
+ maxParallelTasks : 101 # Maximum number of parallel tasks
255
+ initialParallelTasks: 100 # Maximum number of tasks at start
256
+ app.ALL {
257
+ executable: "*" # All apps to be found from PATH
258
+ }
259
+ }
260
+
231
261
# Configuration for Comet MPI - 6 app tasks x 4 cores per node
232
262
233
263
site.comet6 {
You can’t perform that action at this time.
0 commit comments