Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nektar
Nektar
Commits
0e2b4c98
Commit
0e2b4c98
authored
Dec 07, 2016
by
Kilian Lackhove
Browse files
MUMPS: updated comment
parent
8c569ab7
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/ThirdPartyPETSc.cmake
View file @
0e2b4c98
...
...
@@ -46,9 +46,8 @@ IF (NEKTAR_USE_PETSC)
IF
(
NEKTAR_USE_MPI AND NOT MPI_Fortran_COMPILER
)
MESSAGE
(
ERROR
"MPI_Fortran_COMPILER not set"
)
ENDIF
()
# 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
# we use a MUMPS build in ordering here, in the future it might make
# sense to hook it up with metis/scotch since this MIGHT be faster
SET
(
PETSC_MUMPS --download-scalapack --download-mumps
)
ELSE
()
MESSAGE
(
WARNING
"No Fortran support. Building PETSc without MUMPS support"
)
...
...
Write
Preview
Markdown
is supported
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