Skip to content

Commit 0073600

Browse files
authored
Update nompi.sh
Disabled cholmod dependency
1 parent cd41f0f commit 0073600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trilinos_build/nompi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cmake \
1010
-D BUILD_SHARED_LIBS=ON \
1111
-D TPL_ENABLE_BLAS=ON \
1212
-D TPL_ENABLE_Boost=ON \
13-
-D TPL_ENABLE_Cholmod=ON \
13+
-D TPL_ENABLE_Cholmod=OFF \
1414
-D TPL_ENABLE_SCALAPACK=OFF \
1515
-D SCALAPACK_LIBRARY_NAMES='libscalapack-openmpi.so' \
1616
-D TPL_ENABLE_ParMETIS=OFF \

0 commit comments

Comments
 (0)