Skip to content

Commit

Permalink
show more msgs when building and init full environment
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Oct 15, 2024
1 parent d57f8d8 commit 02d3e1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion EESSI-install-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ fi
# Set all the EESSI environment variables (respecting $EESSI_SOFTWARE_SUBDIR_OVERRIDE)
# $EESSI_SILENT - don't print any messages
# $EESSI_BASIC_ENV - give a basic set of environment variables
EESSI_SILENT=1 EESSI_BASIC_ENV=1 source $TOPDIR/init/eessi_environment_variables
EESSI_SILENT=0 EESSI_BASIC_ENV=0 source $TOPDIR/init/eessi_environment_variables

if [[ -z ${EESSI_SOFTWARE_SUBDIR} ]]; then
fatal_error "Failed to determine software subdirectory?!"
Expand Down
1 change: 1 addition & 0 deletions scripts/gpu_support/nvidia/install_cuda_and_libraries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ check_eessi_initialised

# Make sure that `EESSI-extend` will install in the site installation path EESSI_SITE_SOFTWARE_PATH
export EESSI_SITE_INSTALL=1
echo "EESSI_SITE_SOFTWARE_PATH=${EESSI_SITE_SOFTWARE_PATH}"

# we need a directory we can use for temporary storage
if [[ -z "${TEMP_DIR}" ]]; then
Expand Down

0 comments on commit 02d3e1e

Please sign in to comment.