Skip to content

Commit b36eb9f

Browse files
committed
easystack_file -> EASYSTACK_FILE
1 parent b490258 commit b36eb9f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/gpu_support/nvidia/install_cuda_and_libraries.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ echo "Created temporary directory '${tmpdir}'"
9393
SAVE_MODULEPATH=${MODULEPATH}
9494

9595
for EASYSTACK_FILE in ${TOPDIR}/easystacks/eessi-*CUDA*.yml; do
96-
echo -e "Processing easystack file ${easystack_file}...\n\n"
96+
echo -e "Processing easystack file ${EASYSTACK_FILE}...\n\n"
9797

9898
# determine version of EasyBuild module to load based on EasyBuild version included in name of easystack file
9999
eb_version=$(echo ${EASYSTACK_FILE} | sed 's/.*eb-\([0-9.]*\).*.yml/\1/g')
@@ -104,7 +104,7 @@ for EASYSTACK_FILE in ${TOPDIR}/easystacks/eessi-*CUDA*.yml; do
104104
if [[ $? -eq 0 ]]; then
105105
echo_green ">> Found an EasyBuild/${eb_version} module"
106106
else
107-
echo_yellow ">> No EasyBuild/${eb_version} module found: skipping step to install easystack file ${easystack_file} (see output in ${module_avail_out})"
107+
echo_yellow ">> No EasyBuild/${eb_version} module found: skipping step to install easystack file ${EASYSTACK_FILE} (see output in ${module_avail_out})"
108108
continue
109109
fi
110110
# Safer to unload EESSI-extend before loading an EasyBuild version, in case unload behavior ever becomes dependent on EasyBuild version

0 commit comments

Comments
 (0)