Skip to content

Commit

Permalink
fix(bash): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed Apr 11, 2024
1 parent d7c0c14 commit c2aad99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/bash/build_cleo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ then
echo "${path2buildbash}/build_cleo_openmp.sh ${path2CLEO} ${path2build}"
${path2buildbash}/build_cleo_openmp.sh ${path2CLEO} ${path2build}

elif [[ "${buildtype}" == "cda" ]];
elif [[ "${buildtype}" == "cuda" ]];
then
echo "${path2buildbash}/build_cleo_openmp_cuda.sh ${path2CLEO} ${path2build}"
${path2buildbash}/build_cleo_openmp_cuda.sh ${path2CLEO} ${path2build}
echo "${path2buildbash}/build_cleo_cuda_openmp.sh ${path2CLEO} ${path2build}"
${path2buildbash}/build_cleo_cuda_openmp.sh ${path2CLEO} ${path2build}
fi
fi
### ---------------------------------------------------- ###

0 comments on commit c2aad99

Please sign in to comment.