Skip to content

Commit 0b0777c

Browse files
committed
Fix stray } and unite params blocks in scw config
1 parent 319c312 commit 0b0777c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

conf/scw.config

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,14 @@ params {
1515
System.out.println("WARNING:")
1616
System.out.println("WARNING: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!")
1717
}.call()
18-
}
18+
19+
max_memory = 384.GB
20+
max_cpus = 20
21+
max_time = 72.h
1922

2023
}
24+
25+
2126
singularity {
2227
enabled = true
2328
autoMounts = true
@@ -27,11 +32,6 @@ executor {
2732
queueSize = 10
2833
queue = 'htc'
2934
}
30-
params {
31-
max_memory = 384.GB
32-
max_cpus = 20
33-
max_time = 72.h
34-
}
3535
process {
3636
resourceLimits = [
3737
memory: 384.GB,

0 commit comments

Comments
 (0)