Skip to content

Commit

Permalink
Referenced wrong variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ocaisa authored Sep 27, 2024
1 parent 3b80a1b commit 2475e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gpu_support/nvidia/link_nvidia_host_libraries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ fi
matched_libraries=()

# Process each library and check for matches in libs.txt
echo "$nvlib_list" | while read -r library; do
for library in "${cuda_candidate_libraries[@]}"; do
# Search for the library in libs.txt and add it to the matched_libraries array
matched=$(echo "$ldconfig_output $singularity_libs" | grep "$library")
if [ -n "$matched" ]; then
Expand Down

0 comments on commit 2475e4d

Please sign in to comment.