Create cambridge.config

kevbrick-patch-1
Anthony Underwood 3 years ago committed by GitHub
parent 7498e29ec0
commit 8b3951b244
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,18 @@
params {
config_profile_description = 'Cambridge HPC cluster profile.'
config_profile_contact = 'Andries van Tonder (ajv37@cam.ac.uk)'
config_profile_url = "https://docs.hpc.cam.ac.uk/hpc"
}
singularity {
enabled = true
autoMounts = true
}
process {
executor = 'slurm'
clusterOptions = '-p cclake'
}
params {
max_memory = 192.GB
max_cpus = 56
max_time = 12.h
}
Loading…
Cancel
Save