diff --git a/inf5171/config.yaml b/inf5171/config.yaml new file mode 100644 index 0000000..9c0df3e --- /dev/null +++ b/inf5171/config.yaml @@ -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'] + diff --git a/inf5171/custom.tf b/inf5171/custom.tf new file mode 100644 index 0000000..012d94c --- /dev/null +++ b/inf5171/custom.tf @@ -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" +} diff --git a/inf5171/main.tf b/inf5171/main.tf new file mode 120000 index 0000000..4a4ab61 --- /dev/null +++ b/inf5171/main.tf @@ -0,0 +1 @@ +../common/main.tf \ No newline at end of file