[Swift-commit] r7495 - branches/release-0.95/etc/templates
davidk at ci.uchicago.edu
davidk at ci.uchicago.edu
Wed Jan 22 16:40:44 CST 2014
Author: davidk
Date: 2014-01-22 16:40:44 -0600 (Wed, 22 Jan 2014)
New Revision: 7495
Modified:
branches/release-0.95/etc/templates/swift.properties
Log:
ssh configurations for midway and beagle
Modified: branches/release-0.95/etc/templates/swift.properties
===================================================================
--- branches/release-0.95/etc/templates/swift.properties 2014-01-22 20:57:34 UTC (rev 7494)
+++ branches/release-0.95/etc/templates/swift.properties 2014-01-22 22:40:44 UTC (rev 7495)
@@ -14,6 +14,7 @@
#
site.beagle-development {
jobManager=pbs
+ jobQueue=development
tasksPerWorker=24
providerAttributes=pbs.aprun;pbs.mpp;depth=24
jobWalltime=00:30:00
@@ -23,17 +24,27 @@
initialScore=10000
filesystem=local
workDir=/lustre/beagle/$USER/swiftwork
- jobQueue=development
}
site.beagle {
jobManager=pbs
+ jobQueue=batch
tasksPerWorker=24
providerAttributes=pbs.aprun;pbs.mpp;depth=24
initialScore=10000
filesystem=local
workDir=/lustre/beagle/$USER/swiftwork
+}
+
+site.beagle-ssh {
+ jobManager=login4.beagle.ci.uchicago.edu:pbs
jobQueue=batch
+ tasksPerWorker=24
+ providerAttributes=pbs.aprun;pbs.mpp;depth=24
+ initialScore=10000
+ filesystem=local
+ workDir=/lustre/beagle/$USER/swiftwork
+ userHomeOverride=/lustre/beagle/$USER
}
#
@@ -41,8 +52,8 @@
#
site.midway-amd {
jobManager=slurm
+ jobQueue=amd
tasksPerWorker=64
- jobQueue=amd
initialScore=10000
filesystem=local
workdir=/scratch/midway/$USER/swiftwork
@@ -50,8 +61,8 @@
site.midway-bigmem {
jobManager=slurm
+ jobQueue=bigmem
tasksPerWorker=16
- jobQueue=bigmem
initialScore=10000
filesystem=local
workdir=/scratch/midway/$USER/work
@@ -59,8 +70,8 @@
site.midway-gpu {
jobManager=slurm
+ jobQueue=gpu
tasksPerWorker=16
- jobQueue=gpu
initialScore=10000
filesystem=local
workdir=/scratch/midway/$USER/work
@@ -68,7 +79,16 @@
site.midway {
jobManager=slurm
+ jobQueue=sandyb
tasksPerWorker=16
+ initialScore=10000
+ filesystem=local
+ workdir=/scratch/midway/$USER/work
+}
+
+site.midway-ssh {
+ jobManager=midway.rcc.uchicago.edu:slurm
+ tasksPerWorker=16
jobQueue=sandyb
initialScore=10000
filesystem=local
@@ -77,8 +97,8 @@
site.midway-sandyb {
jobManager=slurm
+ jobQueue=sandyb
tasksPerWorker=16
- jobQueue=sandyb
initialScore=10000
filesystem=local
workdir=/scratch/midway/$USER/work
@@ -86,8 +106,8 @@
site.midway-westmere {
jobManager=slurm
+ jobQueue=westmere
tasksPerWorker=12
- jobQueue=westmere
initialScore=10000
filesystem=local
workdir=/scratch/midway/$USER/work
More information about the Swift-commit
mailing list