From cd214d87dc340e502c339ada97f925ef39e7f9f5 Mon Sep 17 00:00:00 2001 From: Richard Top Date: Wed, 17 Jan 2024 07:44:59 +0000 Subject: [PATCH] back on track with the changes --- .../2023.06/eessi-2023.06-eb-4.9.0-001-system.yml | 0 init/eessi_archdetect.sh | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) rename eessi-2023.06-eb-4.9.0-001-system.yml => easystacks/pilot.nessi.no/2023.06/eessi-2023.06-eb-4.9.0-001-system.yml (100%) diff --git a/eessi-2023.06-eb-4.9.0-001-system.yml b/easystacks/pilot.nessi.no/2023.06/eessi-2023.06-eb-4.9.0-001-system.yml similarity index 100% rename from eessi-2023.06-eb-4.9.0-001-system.yml rename to easystacks/pilot.nessi.no/2023.06/eessi-2023.06-eb-4.9.0-001-system.yml diff --git a/init/eessi_archdetect.sh b/init/eessi_archdetect.sh index 6f796ce6cc..ebbf5bc64e 100755 --- a/init/eessi_archdetect.sh +++ b/init/eessi_archdetect.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash VERSION="1.0.0" -# default log level: only emit warnings or errors -LOG_LEVEL="WARN" +# Logging +LOG_LEVEL="INFO" timestamp () { date "+%Y-%m-%d %H:%M:%S" @@ -67,8 +67,8 @@ check_allinfirst(){ cpupath(){ # If EESSI_SOFTWARE_SUBDIR_OVERRIDE is set, use it - log "DEBUG" "cpupath: Override variable set as '$EESSI_SOFTWARE_SUBDIR_OVERRIDE' " - [ $EESSI_SOFTWARE_SUBDIR_OVERRIDE ] && echo ${EESSI_SOFTWARE_SUBDIR_OVERRIDE} && exit + log "DEBUG" "cpupath: Override variable set as '$EESI_SOFTWARE_SUBDIR_OVERRIDE' " + [ $EESI_SOFTWARE_SUBDIR_OVERRIDE ] && echo ${EESI_SOFTWARE_SUBDIR_OVERRIDE} && exit # Identify the best matching CPU architecture from a list of supported specifications for the host CPU # Return the path to the installation files in NESSI of the best matching architecture