Skip to content

Commit f662d22

Browse files
authored
Merge pull request nf-core#851 from nf-core/bumproo-patch-1
Update engaging.config by changing partition, updating resource limit…
2 parents 76b7b66 + b4d1e74 commit f662d22

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

conf/engaging.config

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Nextflow config for running on the MIT Engaging HPC cluster
22
params {
33
config_profile_description = 'MIT Engaging HPC cluster profile.'
4-
config_profile_contact = 'Phil Palmer (@PhilPalmer)'
4+
config_profile_contact = 'Charlie Whittaker (@bumproo)'
55
config_profile_url = "https://engaging-web.mit.edu/eofe-wiki/"
66
}
77

@@ -12,16 +12,20 @@ singularity {
1212

1313
process {
1414
resourceLimits = [
15-
memory: 64.GB,
15+
memory: 128.GB,
1616
cpus: 16,
17-
time: 12.h
17+
time: 10.h
1818
]
1919
executor = 'slurm'
20-
clusterOptions = '-p sched_mit_hill'
20+
clusterOptions = '-p mit_normal'
21+
}
22+
23+
executor {
24+
queueSize = 8
2125
}
2226

2327
params {
24-
max_memory = 64.GB
28+
max_memory = 128.GB
2529
max_cpus = 16
26-
max_time = 12.h
30+
max_time = 10.h
2731
}

conf/ki_luria.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Nextflow config for running on the Koch Institute of MIT Luria HPC cluster
22
params {
33
config_profile_description = 'KI at MIT Luria HPC cluster profile.'
4-
config_profile_contact = 'Charlie Whittaker (@Charlie14557807)'
4+
config_profile_contact = 'Charlie Whittaker (@bumproo)'
55
config_profile_url = "https://igb.mit.edu/computing-resources/luria-cluster"
66
}
77

0 commit comments

Comments
 (0)