diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6d162c07..3305ad58 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,2 @@ +**/shu_bmrc** @lquayle88 **/utd_ganymede** @edmundmiller @alyssa-ab diff --git a/conf/shu_bmrc.config b/conf/shu_bmrc.config index d6058438..b045a4c0 100644 --- a/conf/shu_bmrc.config +++ b/conf/shu_bmrc.config @@ -12,9 +12,9 @@ Mail: l.quayle@shu.ac.uk params { - config_profile_description = 'Sheffield Hallam Universty - BMRC HPC' - config_profile_contact = 'Dr Lewis A Quayle (l.quayle@shu.ac.uk)' - config_profile_url = 'https://openflighthpc.org/latest/docs/' + config_profile_description = 'Sheffield Hallam Universty - BMRC HPC' + config_profile_contact = 'Dr Lewis A Quayle (l.quayle@shu.ac.uk)' + config_profile_url = 'https://openflighthpc.org/latest/docs/' } @@ -23,13 +23,13 @@ params { process { - resourceLimits = [ - cpus: 64, - memory: 1007.GB, - time: 999.h - ] - executor = 'slurm' - maxRetries = 2 + resourceLimits = [ + cpus: 64, + memory: 1007.GB, + time: 999.h + ] + executor = 'slurm' + maxRetries = 2 } @@ -38,8 +38,8 @@ process { executor { - queueSize = 50 - submitRateLimit = '1 sec' + queueSize = 50 + submitRateLimit = '1 sec' } @@ -48,8 +48,8 @@ executor { apptainer { - enabled = true - autoMounts = true + enabled = true + autoMounts = true }