Skip to content

Commit

Permalink
keep using NESSI where it makes sense
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Apr 6, 2024
1 parent 66c92e8 commit 811dd7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion EESSI-install-software.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions init/eessi_environment_variables
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function show_msg {
source $EESSI_INIT_DIR_PATH/minimal_eessi_env

if [ -d $EESSI_PREFIX ]; then
show_msg "Found EESSI repo @ $EESSI_PREFIX!"
show_msg "Found NESSI repo @ $EESSI_PREFIX!"

export EESSI_EPREFIX=$EPREFIX
if [ -d $EESSI_EPREFIX ]; then
Expand Down Expand Up @@ -81,7 +81,7 @@ if [ -d $EESSI_PREFIX ]; then
export EESSI_MODULEPATH=$EESSI_MODULEPATH
show_msg "Using ${EESSI_MODULEPATH} as the directory to be added to MODULEPATH."
else
error "EESSI module path at $EESSI_MODULEPATH not found!"
error "NESSI module path at $EESSI_MODULEPATH not found!"
false
fi

Expand All @@ -102,7 +102,7 @@ if [ -d $EESSI_PREFIX ]; then
fi

else
error "EESSI software layer at $EESSI_SOFTWARE_PATH not found!"
error "NESSI software layer at $EESSI_SOFTWARE_PATH not found!"
fi
else
error "no value set for \$EESSI_SOFTWARE_SUBDIR"
Expand All @@ -111,5 +111,5 @@ if [ -d $EESSI_PREFIX ]; then
error "Compatibility layer directory $EESSI_EPREFIX not found!"
fi
else
error "EESSI repository at $EESSI_PREFIX not found!"
error "NESSI repository at $EESSI_PREFIX not found!"
fi

0 comments on commit 811dd7f

Please sign in to comment.