Skip to content

Commit f657dc0

Browse files
committed
Configuration files log645
1 parent cd00cdf commit f657dc0

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

log645/common.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../common/common.tf

log645/config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
profile::software_stack::lmod_default_modules:
2+
- 'StdEnv/2023'

log645/main.tf

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
locals {
2+
custom = {
3+
nnodes = {
4+
cpupool = 9
5+
}
6+
home_size = 50
7+
project_size = 50
8+
scratch_size = 50
9+
10+
user_quotas = {
11+
home = "5g"
12+
project = "5g"
13+
scratch = "5g"
14+
}
15+
}
16+
name = "log645"
17+
}

0 commit comments

Comments
 (0)