```
-- Could not find a sufficient PETSC installation: PETSC is compiled 
against a different MPI library than the one deal.II picked up.
-- DEAL_II_WITH_PETSC has unmet external dependencies.
CMake Error at cmake/configure/configure_3_petsc.cmake:141 (MESSAGE):


  Could not find the petsc library!

  Could not find a sufficient PETSC installation:

  PETSC has to be compiled against the same MPI library as deal.II but the
  link line of PETSC contains:

    
/opt/intel/compilers_and_libraries_2018.2.199/linux/mpi/intel64/lib/debug_mt/libmpi.so

  which is not listed in MPI_LIBRARIES:

    MPI_LIBRARIES = 
"/opt/intel/compilers_and_libraries_2018.2.199/linux/mpi/intel64/lib/libmpicxx.so
 
/opt/intel/compilers_and_libraries_2018.2.199/linux/mpi/intel64/lib/libmpifort.so
 
/opt/intel/compilers
_and_libraries_2018.2.199/linux/mpi/intel64/lib/release_mt/libmpi.so 
/opt/intel/compilers_and_libraries_2018.2.199/linux/mpi/intel64/lib/libmpigi.a 
/lib64/libdl.so /lib64/librt.so /lib64/libpthread.so"


```

It seems to be dealII is unnecessarily picky here. The "debug" and 
"release" libraries should be compatible. I tried adding a "-D 
MPI_LIBRARIES=...." flag to cmake but that was ignored. Or misunderstood.

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/777a2e1e-4c56-457b-8bb1-155fb8328da6n%40googlegroups.com.

Reply via email to