Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion EESSI-install-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ if [[ ! -z "${EESSI_SITE_INSTALL}" && ! -z "${EESSI_SITE_SOFTWARE_PREFIX}" ]]; t
module load EESSI/${EESSI_VERSION_BACKUP}
# Use --ignore_cache in case the current build was the one that installed this EESSI-extend module
echo "Loading EESSI-extend/${EESSI_VERSION}"
module load --ignore_cache EESSI-extend/${EESSI_VERSION}-easybuild
module --ignore_cache load EESSI-extend/${EESSI_VERSION}-easybuild
echo "EASYBUILD_INSTALLPATH=${EASYBUILD_INSTALLPATH}"
fi

Expand Down
Loading