From 31cee1069570168fb655a0240a83cce9f85aa503 Mon Sep 17 00:00:00 2001 From: Maxime Boissonneault Date: Tue, 24 Sep 2024 15:08:38 -0400 Subject: [PATCH] add configuration for inf5171 class --- inf5171/config.yaml | 3 +++ inf5171/custom.tf | 13 +++++++++++++ inf5171/main.tf | 1 + 3 files changed, 17 insertions(+) create mode 100644 inf5171/config.yaml create mode 100644 inf5171/custom.tf create mode 120000 inf5171/main.tf 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