Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nektar
Nektar
Commits
8c569ab7
Commit
8c569ab7
authored
Dec 07, 2016
by
Kilian Lackhove
Browse files
PETSc: latest MUMPS does not require fblaslapack and ptscotch anymore
parent
946ac49e
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/ThirdPartyPETSc.cmake
View file @
8c569ab7
...
...
@@ -49,7 +49,7 @@ IF (NEKTAR_USE_PETSC)
# we use a separate ptscotch here because the one compiled if
# NEKTAR_USE_SCOTCH=true is version 6.0.0 which is incompatible
# with MUMPS
SET
(
PETSC_MUMPS --download-
fblaslapack --download-scalapack --download-ptscotch
--download-mumps
)
SET
(
PETSC_MUMPS --download-
scalapack
--download-mumps
)
ELSE
()
MESSAGE
(
WARNING
"No Fortran support. Building PETSc without MUMPS support"
)
SET
(
PETSC_Fortran_COMPILER
"0"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment