From 0cc00e182c1e1583378632a056a0d51e13ba5e59 Mon Sep 17 00:00:00 2001 From: Nicolas Richart <nicolas.richart@epfl.ch> Date: Mon, 12 Aug 2024 22:24:32 +0200 Subject: [PATCH] Adding missing files for other environments --- stacks/pinot-noir/config.json | 2 +- stacks/pinot-noir/packages_empty.yaml | 1 + stacks/pinot-noir/packages_helvetios.yaml | 1 + stacks/pinot-noir/packages_izar.yaml | 3 +++ stacks/pinot-noir/packages_jed.yaml | 1 + 5 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 stacks/pinot-noir/packages_empty.yaml create mode 120000 stacks/pinot-noir/packages_helvetios.yaml create mode 100644 stacks/pinot-noir/packages_izar.yaml create mode 120000 stacks/pinot-noir/packages_jed.yaml diff --git a/stacks/pinot-noir/config.json b/stacks/pinot-noir/config.json index 174e766..b490f41 100644 --- a/stacks/pinot-noir/config.json +++ b/stacks/pinot-noir/config.json @@ -42,7 +42,7 @@ "target": "cascadelake", "accelerator": { "type": "cuda", - "arch": "75" + "arch": "70" } }, "jed": { diff --git a/stacks/pinot-noir/packages_empty.yaml b/stacks/pinot-noir/packages_empty.yaml new file mode 100644 index 0000000..c33c0b6 --- /dev/null +++ b/stacks/pinot-noir/packages_empty.yaml @@ -0,0 +1 @@ +packages: {} diff --git a/stacks/pinot-noir/packages_helvetios.yaml b/stacks/pinot-noir/packages_helvetios.yaml new file mode 120000 index 0000000..24ad841 --- /dev/null +++ b/stacks/pinot-noir/packages_helvetios.yaml @@ -0,0 +1 @@ +packages_empty.yaml \ No newline at end of file diff --git a/stacks/pinot-noir/packages_izar.yaml b/stacks/pinot-noir/packages_izar.yaml new file mode 100644 index 0000000..f99b1d6 --- /dev/null +++ b/stacks/pinot-noir/packages_izar.yaml @@ -0,0 +1,3 @@ +packages: + cp2k: + require: ['+cuda', 'cuda_arch=70'] diff --git a/stacks/pinot-noir/packages_jed.yaml b/stacks/pinot-noir/packages_jed.yaml new file mode 120000 index 0000000..24ad841 --- /dev/null +++ b/stacks/pinot-noir/packages_jed.yaml @@ -0,0 +1 @@ +packages_empty.yaml \ No newline at end of file -- GitLab