Skip to content

Commit

Permalink
Use $TOPDIR to load_eessi_extend_module.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Neves-P committed Nov 29, 2024
1 parent 720d6e9 commit e126f78
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions EESSI-install-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,7 @@ export EESSI_CVMFS_INSTALL=1
# NOTE 3, we have to set a default for EASYBUILD_INSTALLPATH here in cases the
# EESSI-extend module itself needs to be installed.
export EASYBUILD_INSTALLPATH=${EESSI_PREFIX}/software/${EESSI_OS_TYPE}/${EESSI_SOFTWARE_SUBDIR_OVERRIDE}
source load_eessi_extend_module.sh ${EESSI_VERSION}
echo ">> Loaded load_eessi_extend_module.sh ${EESSI_VERSION}"
echo ">> \$EASYBUILD_EXPERIMENTAL: ${EASYBUILD_EXPERIMENTAL}"
source $TOPDIR/load_eessi_extend_module.sh ${EESSI_VERSION}

# Install full CUDA SDK and cu* libraries in host_injections
# Hardcode this for now, see if it works
Expand Down

0 comments on commit e126f78

Please sign in to comment.