From deb34a761a545609693966dc37a323ab75553fa6 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Wed, 9 Nov 2022 23:24:40 +0100 Subject: [PATCH] add OSU-Micro-Benchmarks/5.7.1-gompi-2021a to EESSI pilot 2021.12 --- EESSI-pilot-install-software.sh | 6 ++++++ eessi-2021.12.yml | 2 ++ 2 files changed, 8 insertions(+) diff --git a/EESSI-pilot-install-software.sh b/EESSI-pilot-install-software.sh index dc50f7fae2..63b5812b99 100755 --- a/EESSI-pilot-install-software.sh +++ b/EESSI-pilot-install-software.sh @@ -362,6 +362,12 @@ fail_msg="Installation of Nextflow failed, that's unexpected..." $EB -r --from-pr 16531 Nextflow-22.10.1.eb check_exit_code $? "${ok_msg}" "${fail_msg}" +echo ">> Installing OSU-Micro-Benchmarks/5.7.1-gompi-2021a..." +ok_msg="OSU-Micro-Benchmarks installed, yihaa!" +fail_msg="Installation of OSU-Micro-Benchmarks failed, that's unexpected..." +$EB OSU-Micro-Benchmarks-5.7.1-gompi-2021a.eb -r +check_exit_code $? "${ok_msg}" "${fail_msg}" + ### add packages here echo ">> Creating/updating Lmod cache..." diff --git a/eessi-2021.12.yml b/eessi-2021.12.yml index 58101777ca..04a9854b9c 100644 --- a/eessi-2021.12.yml +++ b/eessi-2021.12.yml @@ -27,6 +27,8 @@ software: toolchains: gompi-2020a: versions: ['5.6.3'] + gompi-2021a: + versions: ['5.7.1'] QuantumESPRESSO: toolchains: foss-2020a: