Skip to content

Commit

Permalink
Only loop over the easystacks with CUDA in the name
Browse files Browse the repository at this point in the history
  • Loading branch information
Caspar van Leeuwen committed Oct 9, 2024
1 parent 33199d7 commit 06cd2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gpu_support/nvidia/install_cuda_and_libraries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ echo "Created temporary directory '${tmpdir}'"
# use install_path/modules/all as MODULEPATH
SAVE_MODULEPATH=${MODULEPATH}

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

# determine version of EasyBuild module to load based on EasyBuild version included in name of easystack file
Expand Down

0 comments on commit 06cd2ea

Please sign in to comment.