Skip to content

Commit 0f59e51

Browse files
authored
Merge pull request #57 from calculquebec/nmtf
Configuration grappe nmtf
2 parents b7fb2f9 + b7e810e commit 0f59e51

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

nmtf/common.tf

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

nmtf/config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
profile::software_stack::lmod_default_modules:
2+
- 'paraview/6.6.0'
3+
4+
jupyterhub::kernel::venv::packages: ['numpy', 'pandas', 'matplotlib', 'scipy']

nmtf/main.tf

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

0 commit comments

Comments
 (0)