Zachary 42!
unread,Dec 18, 2020, 11:00:20 AM12/18/20Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dea...@googlegroups.com
Hello,
I recently tried to build deal.II locally because the cluster is down and I have the error below. How can I attack this? I appreciate any guidance in advance!
-- Include /Users/zachary/Documents/Coding/dealii/cmake/setup_finalize.cmake
-- Performing Test DEAL_II_HAVE_USABLE_FLAGS_DEBUG
-- Performing Test DEAL_II_HAVE_USABLE_FLAGS_DEBUG - Failed
CMake Error at cmake/setup_finalize.cmake:137 (MESSAGE):
Configuration error: Cannot compile a test program with the final set of
compiler and linker flags:
CXX flags (DEBUG): -openmp-simd -std=c++14 -O0
LD flags (DEBUG): -Wl,--as-needed
LIBRARIES (DEBUG): /opt/local/lib/libz.dylib;rt;/opt/local/lib/libmetis.dylib;/opt/local/lib/libgsl.dylib;/opt/local/lib/libgslcblas.dylib;/opt/local/lib/libscalapack.dylib;/opt/intel/compilers_and_libraries_2020.2.258/mac/mkl/lib/libmkl_intel_lp64.dylib;/opt/intel/compilers_and_libraries_2020.2.258/mac/mkl/lib/libmkl_intel_thread.dylib;/opt/intel/compilers_and_libraries_2020.2.258/mac/mkl/lib/libmkl_core.dylib;/opt/intel/compilers_and_libraries_2020.2.258/mac/compiler/lib/libiomp5.dylib;-lm;-ldl;/opt/local/lib/slepc/lib/libslepc.dylib;/opt/local/lib/petsc/lib/libpetsc.dylib;/opt/local/lib/libvecLibFort.dylib;/opt/local/lib/mpich-mp/libmpifort.dylib;/opt/local/lib/mpich-mp/libmpi.dylib;/opt/local/lib/mpich-mp/libpmpi.dylib;gfortran;quadmath;m;dl;
Call Stack (most recent call first):
cmake/macros/macro_verbose_include.cmake:19 (INCLUDE)
CMakeLists.txt:132 (VERBOSE_INCLUDE)
-- Configuring incomplete, errors occurred!
See also "/Users/zachary/Documents/Coding/dealii/build/CMakeFiles/CMakeOutput.log".
See also "/Users/zachary/Documents/Coding/dealii/build/CMakeFiles/CMakeError.log”.
-Zachary