Skip to content

Commit 6c7aa9d

Browse files
author
Blue Waters Trainee 578
committed
Adding BW config to swift.conf
1 parent ea8a18d commit 6c7aa9d

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

swift.conf

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,36 @@ site.bridges {
228228
}
229229
}
230230

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+
231261
# Configuration for Comet MPI - 6 app tasks x 4 cores per node
232262

233263
site.comet6 {

0 commit comments

Comments
 (0)