Skip to content

Commit

Permalink
fix: add note on how to compile without loading cleoenv
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed Aug 13, 2024
1 parent d818018 commit 430bcd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bash/compile_cleo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ executables="$4" # get from command line argument

spack load cmake@3.23.1%gcc
module load gcc/11.2.0-gcc-11.2.0
source activate ${cleoenv}
source activate ${cleoenv} # or do 'unset CMAKE_PREFIX_PATH' if using default levante env

if [ "${buildtype}" != "serial" ] && [ "${buildtype}" != "openmp" ] && [ "${buildtype}" != "cuda" ];
then
Expand Down

0 comments on commit 430bcd5

Please sign in to comment.