Skip to content

Commit

Permalink
Remove empty resourceLimit entries
Browse files Browse the repository at this point in the history
  • Loading branch information
jfy133 committed Sep 23, 2024
1 parent 32a6072 commit c5822f8
Show file tree
Hide file tree
Showing 21 changed files with 12 additions and 101 deletions.
5 changes: 0 additions & 5 deletions conf/bigpurple.config
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ singularity {
}

process {
resourceLimits = [
memory: ,
cpus: ,
time:
]
beforeScript = """
module load singularity/3.1
module load squashfs-tools/4.3
Expand Down
5 changes: 0 additions & 5 deletions conf/csiro_petrichor.config
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ singularity {

// Define process resource limits
process {
resourceLimits = [
memory: ,
cpus: ,
time:
]
executor = 'slurm'
clusterOptions = "--account=${System.getenv('SBATCH_ACCOUNT')}"
module = 'singularity/3.8.7'
Expand Down
5 changes: 0 additions & 5 deletions conf/ebi_codon.config
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ singularity {
}

process {
resourceLimits = [
memory: ,
cpus: ,
time:
]
queue = {
if (task.time > 7.day && task.memory > 300.GB) {
"long_bigmem"
Expand Down
5 changes: 0 additions & 5 deletions conf/ebi_codon_slurm.config
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ singularity {
}

process {
resourceLimits = [
memory: ,
cpus: ,
time:
]
// this is to avoid errors for missing files due to shared filesystem latency
maxRetries = 3
errorStrategy = { task.exitStatus == 0 ? "retry" : "terminate" }
Expand Down
5 changes: 0 additions & 5 deletions conf/embl_hd.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ apptainer {
}

process {
resourceLimits = [
memory: ,
cpus: ,
time:
]
def scratch_dir = System.getenv("SCRATCHDIR")
maxRetries = 3
cache = 'lenient'
Expand Down
5 changes: 0 additions & 5 deletions conf/gis.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ params {
}

process {
resourceLimits = [
memory: ,
cpus: ,
time:
]
executor = 'sge'
clusterOptions = { "-l mem_free=" + task.memory.toString().replaceAll(/[\sB]/, '') }
penv = 'OpenMP'
Expand Down
5 changes: 0 additions & 5 deletions conf/googlebatch.config
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ params {
workDir = params.workdir_bucket

process {
resourceLimits = [
memory: ,
cpus: ,
time:
]
executor = 'google-batch'
}
google {
Expand Down
5 changes: 0 additions & 5 deletions conf/googlels.config
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ params {
workDir = params.workdir_bucket

process {
resourceLimits = [
memory: ,
cpus: ,
time:
]
executor = 'google-lifesciences'
}
google {
Expand Down
9 changes: 4 additions & 5 deletions conf/mccleary.config
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@ executor {
process {
resourceLimits = [
memory: 983.GB,
cpus: 64,
time:
cpus: 64
]
queue = { task.time > 24.h ? 'week' : 'day' }
scratch = 'true'
executor = 'slurm'
queue = { task.time > 24.h ? 'week' : 'day' }
scratch = 'true'
executor = 'slurm'
}

params {
Expand Down
5 changes: 0 additions & 5 deletions conf/nci_gadi.config
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ executor {

// Define process resource limits
process {
resourceLimits = [
memory: ,
cpus: ,
time:
]
executor = 'pbspro'
project = System.getenv("PROJECT")
storage = 'scratch/params.project'
Expand Down
5 changes: 0 additions & 5 deletions conf/nygc.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ singularity {
}

process {
resourceLimits = [
memory: ,
cpus: ,
time:
]
executor = 'slurm'
queue = { task.accelerator ? 'gpu' : (task.memory > 100.GB ? 'bigmem' : 'pe2') }
}
Expand Down
3 changes: 1 addition & 2 deletions conf/pawsey_setonix.config
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ executor {
process {
resourceLimits = [
memory: 230.Gb,
cpus: 64,
time:
cpus: 64
]
executor = 'slurm'
clusterOptions = "--account=${System.getenv('PAWSEY_PROJECT')}"
Expand Down
5 changes: 0 additions & 5 deletions conf/qmul_apocrita.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ executor {
apptainer.runOptions = "-B ${HOME},${PWD}"

process {
resourceLimits = [
memory: ,
cpus: ,
time:
]

//NEED TO SET PARALLEL ENVIRONMENT TO SMP SO MULTIPLE CPUS CAN BE SUBMITTED
penv = 'smp'
Expand Down
5 changes: 0 additions & 5 deletions conf/roslin.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ executor {
}

process {
resourceLimits = [
memory: ,
cpus: ,
time:
]
stageInMode = 'symlink'
scratch = 'false'
penv = { task.cpus > 1 ? "sharedmem" : null }
Expand Down
5 changes: 0 additions & 5 deletions conf/software_license.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ params {

if (params.sentieon_extension) {
process {
resourceLimits = [
memory: ,
cpus: ,
time:
]
withLabel: 'sentieon' {
ext.sentieon_auth_mech_base64 = secrets.SENTIEON_AUTH_MECH_BASE64 ?: ''
ext.sentieon_auth_data_base64 = secrets.SENTIEON_AUTH_DATA_BASE64 ?: ''
Expand Down
9 changes: 4 additions & 5 deletions conf/tubingen_apg.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ cleanup = true
process {
resourceLimits = [
memory: 4.TB,
cpus: 256,
time:
cpus: 256
]
executor = 'slurm'
queue = { task.time <= 2.h ? 'short' : task.time <= 48.h ? 'medium' : 'long' }
maxRetries = 2
executor = 'slurm'
queue = { task.time <= 2.h ? 'short' : task.time <= 48.h ? 'medium' : 'long' }
maxRetries = 2
}

executor {
Expand Down
5 changes: 0 additions & 5 deletions conf/ucd_sonic.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ params {
}

process {
resourceLimits = [
memory: ,
cpus: 40,
time: 12.h
]
executor = 'slurm'
queue = 'shared'
queueSize = 50
Expand Down
5 changes: 0 additions & 5 deletions conf/ucl_cscluster.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ executor {
singularity.runOptions = "-B ${HOME},${PWD}"

process {
resourceLimits = [
memory: ,
cpus: ,
time:
]

//NEED TO SET PARALLEL ENVIRONMENT TO SMP SO MULTIPLE CPUS CAN BE SUBMITTED
penv = 'smp'
Expand Down
5 changes: 0 additions & 5 deletions conf/ucl_myriad.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ executor {
apptainer.runOptions = "-B ${HOME},${PWD}"

process {
resourceLimits = [
memory: ,
cpus: ,
time:
]

//NEED TO SET PARALLEL ENVIRONMENT TO SMP SO MULTIPLE CPUS CAN BE SUBMITTED
penv = 'smp'
Expand Down
7 changes: 3 additions & 4 deletions conf/unc_lccc.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ params {
process {
resourceLimits = [
memory: 950.GB,
cpus: 90,
time:
cpus: 90
]
executor = "slurm"
queue = "allnodes"
executor = "slurm"
queue = "allnodes"
}

singularity {
Expand Down
5 changes: 0 additions & 5 deletions conf/york_viking.config
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ apptainer {
}

process {
resourceLimits = [
memory: ,
cpus: ,
time:
]
maxRetries = 3
clusterOptions = "--get-user-env --account=${System.getenv('USER_ACCOUNT')}"
// Get user environment and assign account
Expand Down

0 comments on commit c5822f8

Please sign in to comment.