Skip to content

Commit 2cfe306

Browse files
author
Caspar van Leeuwen
committed
Fix the installpath that is reported
1 parent 1ac3748 commit 2cfe306

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/gpu_support/nvidia/install_cuda_and_libraries.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ for EASYSTACK_FILE in ${TOPDIR}/easystacks/eessi-*CUDA*.yml; do
265265
cp -a ${eb_last_log} .
266266
fatal_error "some installation failed, please check EasyBuild logs ${PWD}/$(basename ${eb_last_log})..."
267267
else
268-
echo_green "all installations at ${EESSI_SITE_SOFTWARE_PATH}/software/... succeeded!"
268+
echo_green "all installations at ${EASYBUILD_INSTALLPATH}/... succeeded!"
269269
fi
270270

271271
# clean up tmpdir content

0 commit comments

Comments
 (0)