We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd00cdf commit f657dc0Copy full SHA for f657dc0
log645/common.tf
@@ -0,0 +1 @@
1
+../common/common.tf
log645/config.yaml
@@ -0,0 +1,2 @@
+profile::software_stack::lmod_default_modules:
2
+ - 'StdEnv/2023'
log645/main.tf
@@ -0,0 +1,17 @@
+locals {
+ 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