From caa22ed780b9e6fd3c5fd74619484a9bb9643f97 Mon Sep 17 00:00:00 2001 From: Thomas Roeblitz Date: Sat, 6 Apr 2024 00:02:58 +0200 Subject: [PATCH] use NESSI --- EESSI-install-software.sh | 2 +- check_missing_installations.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/EESSI-install-software.sh b/EESSI-install-software.sh index 75b4f71178..0000f01b89 100755 --- a/EESSI-install-software.sh +++ b/EESSI-install-software.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Script to install EESSI software stack (version set through init/eessi_defaults) +# Script to install NESSI software stack (version set through init/eessi_defaults) # see example parsing of command line arguments at # https://wiki.bash-hackers.org/scripting/posparams#using_a_while_loop diff --git a/check_missing_installations.sh b/check_missing_installations.sh index 7c29228416..5b48171e17 100755 --- a/check_missing_installations.sh +++ b/check_missing_installations.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Script to check for missing installations in EESSI software stack +# Script to check for missing installations in NESSI software stack (version 2023.06) # # author: Kenneth Hoste (@boegel) # author: Thomas Roeblitz (@trz42)