Skip to content

Commit

Permalink
Updated shu_bmrc.config
Browse files Browse the repository at this point in the history
  • Loading branch information
lquayle88 committed Oct 17, 2024
1 parent 6460d35 commit df34bb7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
**/shu_bmrc** @lquayle88
**/utd_ganymede** @edmundmiller @alyssa-ab
28 changes: 14 additions & 14 deletions conf/shu_bmrc.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Mail: [email protected]

params {

config_profile_description = 'Sheffield Hallam Universty - BMRC HPC'
config_profile_contact = 'Dr Lewis A Quayle ([email protected])'
config_profile_url = 'https://openflighthpc.org/latest/docs/'
config_profile_description = 'Sheffield Hallam Universty - BMRC HPC'
config_profile_contact = 'Dr Lewis A Quayle ([email protected])'
config_profile_url = 'https://openflighthpc.org/latest/docs/'

}

Expand All @@ -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

}

Expand All @@ -38,8 +38,8 @@ process {

executor {

queueSize = 50
submitRateLimit = '1 sec'
queueSize = 50
submitRateLimit = '1 sec'

}

Expand All @@ -48,8 +48,8 @@ executor {

apptainer {

enabled = true
autoMounts = true
enabled = true
autoMounts = true

}

Expand Down

0 comments on commit df34bb7

Please sign in to comment.