Swift Grouping site properties
The example swift.properties in this document listed the following site related properties:
site.westmere.provider=local:slurm
site.westmere.jobsPerNode=12
site.westmere.taskWalltime=00:05:00
site.westmere.queue=westmere
site.westmere.initialScore=10000
site.westmere.filesystem=local
site.westmere.workdir=/scratch/midway/$USER
However, you can also simplify this by grouping site properties together with curly brackets.
site.westmere {
provider=local:slurm
jobsPerNode=12
taskWalltime=00:05:00
queue=westmere
initialScore=10000
filesystem=local
workdir=/scratch/midway/$USER/work
}