Felipe, Can you post everything that deal.II prints on the screen.
Best, Bruno On Monday, February 10, 2020 at 1:59:16 AM UTC-5, Felipe Orellana wrote: > > > Hello, > > My name is Felipe. I am trying to install dealii-9.0.0 on my local > cluster. > > After commanding > > cmake -DCMAKE_INSTALL_PREFIX=/path2install /path2source > > with my desired directories (which btw, are the same directory, just > /home/Felipe/BIGSOFTWARE/dealii-9.0.0/ ), the system progresses well for > almost a minute.. but then I get an error and the installation stops. I > paste the error message below. > > What is there missing in my system? > > Are there any flags that I could add/write to avoid these errors? > > I would appreciate your help, > cheers, > Felipe > > -- Include > /home/Felipe/BIGSOFTWARE/dealii-9.0.0/cmake/configure/configure_scalapack.cmake > -- DEAL_II_WITH_SCALAPACK has unmet configuration requirements: > DEAL_II_WITH_MPI has to be set to "ON". > -- DEAL_II_WITH_SCALAPACK has unmet configuration requirements: > DEAL_II_WITH_LAPACK has to be set to "ON". > -- > -- Include > /home/Felipe/BIGSOFTWARE/dealii-9.0.0/cmake/configure/configure_slepc.cmake > -- DEAL_II_WITH_SLEPC has unmet configuration requirements: > DEAL_II_WITH_PETSC has to be set to "ON". > -- > -- Include > /home/Felipe/BIGSOFTWARE/dealii-9.0.0/cmake/configure/configure_sundials.cmake > -- SUNDIALS_LIB_IDAS not found! Call: > -- FIND_LIBRARY(SUNDIALS_LIB_IDAS NAMES sundials_idas HINTS > PATH_SUFFIXES lib lib64 lib) > -- SUNDIALS_LIB_IDA not found! Call: > -- FIND_LIBRARY(SUNDIALS_LIB_IDA NAMES sundials_ida HINTS > PATH_SUFFIXES lib lib64 lib) > -- SUNDIALS_LIB_ARKODE not found! Call: > -- FIND_LIBRARY(SUNDIALS_LIB_ARKODE NAMES sundials_arkode HINTS > PATH_SUFFIXES lib lib64 lib) > -- SUNDIALS_LIB_KINSOL not found! Call: > -- FIND_LIBRARY(SUNDIALS_LIB_KINSOL NAMES sundials_kinsol HINTS > PATH_SUFFIXES lib lib64 lib) > -- SUNDIALS_LIB_SER not found! Call: > -- FIND_LIBRARY(SUNDIALS_LIB_SER NAMES sundials_nvecserial HINTS > PATH_SUFFIXES lib lib64 li > -- SUNDIALS_INCLUDE_DIR not found! Call: > -- FIND_PATH(SUNDIALS_INCLUDE_DIR sundials/sundials_nvector.h HINTS > PATH_SUFFIXES include) > -- SUNDIALS_LIBRARIES: *** Required variable "SUNDIALS_LIB_IDA" set to > NOTFOUND *** > -- SUNDIALS_INCLUDE_DIRS: *** Required variable "SUNDIALS_INCLUDE_DIR" > set to NOTFOUND *** > -- SUNDIALS_USER_INCLUDE_DIRS: *** Required variable > "SUNDIALS_INCLUDE_DIR" set to NOTFOUND *** > -- Could NOT find SUNDIALS > -- DEAL_II_WITH_SUNDIALS has unmet external dependencies. > -- > -- Include /home/Felipe/BIGSOFTWARE/ > dealii-9.0.0/cmake/setup_cpack.cmake > -- > -- Include > /home/Felipe/BIGSOFTWARE/dealii-9.0.0/cmake/setup_custom_targets.cmake > -- > -- Include /home/Felipe/BIGSOFTWARE/dealii-9.0.0/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:95 (MESSAGE): > > > Configuration error: Cannot compile a test program with the final set > of > compiler and linker flags: > CXX flags (DEBUG): -pedantic -fPIC -Wall -Wextra -Wpointer-arith > -Wwrite-strings -Wsynth -Wsign-compare -Wswitch -Woverloaded-virtual > -Wno-deprecated-declarations -Wno-literal-suffix -std=c++11 > -Wno-parentheses -Wno-unused-local-typedefs -Og -ggdb > -Wa,--compress-debug-sections > LD flags (DEBUG): -Wl,--as-needed -rdynamic -fuse-ld=gold pthread > -ggdb > LIBRARIES (DEBUG): m;dl;/usr/lib64/libz.so;rt; > > 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 > "/home/Felipe/BIGSOFTWARE/dealii-9.0.0/build/CMakeFiles/CMakeOutput.log". > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/61c0b52e-23b7-4387-bde1-1361d6f89494%40googlegroups.com.
