Skip to content

Commit

Permalink
Update nompi.sh
Browse files Browse the repository at this point in the history
Disabled cholmod dependency
  • Loading branch information
esys-escript authored Sep 28, 2022
1 parent cd41f0f commit 0073600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trilinos_build/nompi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cmake \
-D BUILD_SHARED_LIBS=ON \
-D TPL_ENABLE_BLAS=ON \
-D TPL_ENABLE_Boost=ON \
-D TPL_ENABLE_Cholmod=ON \
-D TPL_ENABLE_Cholmod=OFF \
-D TPL_ENABLE_SCALAPACK=OFF \
-D SCALAPACK_LIBRARY_NAMES='libscalapack-openmpi.so' \
-D TPL_ENABLE_ParMETIS=OFF \
Expand Down

0 comments on commit 0073600

Please sign in to comment.