Skip to content

Commit

Permalink
add configuration for inf5171 class
Browse files Browse the repository at this point in the history
  • Loading branch information
mboisson committed Sep 24, 2024
1 parent 5a3e285 commit 31cee10
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions inf5171/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
profile::freeipa::mokey::require_verify_admin: true
profile::software_stack::lmod_default_modules: ['StdEnv/2023', 'gcc/12.3', 'openmpi/4.1.5', 'cuda/12.2']

Check failure on line 3 in inf5171/config.yaml

View workflow job for this annotation

GitHub Actions / lint

3:1 [empty-lines] too many blank lines (1 > 0)
13 changes: 13 additions & 0 deletions inf5171/custom.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
locals {
custom = {
ncpu = 1
ncpupool = 20
ngpu = 0
ngpupool = 15
home_size = 50
project_size = 950
scratch_size = 50
}

name = "inf1571"
}
1 change: 1 addition & 0 deletions inf5171/main.tf

0 comments on commit 31cee10

Please sign in to comment.