Undefined Reference during ASPECT compiling

Hello all!

I’m trying to compile ASPECT on a Centos 7 cluster. The support staff built the libraries already and so all that is left for me to do is to compile ASPECT itself, but I’ve run into some issues near the very end. The output gets to 100% and reads:

[ 96%] Building CXX object CMakeFiles/aspect.dir/source/volume_of_fluid/reconstruct.cc.o
[ 96%] Building CXX object CMakeFiles/aspect.dir/source/volume_of_fluid/setup_initial_conditions.cc.o
[ 96%] Building CXX object CMakeFiles/aspect.dir/source/volume_of_fluid/solver.cc.o
[ 97%] Building CXX object CMakeFiles/aspect.dir/source/volume_of_fluid/utilities.cc.o
[ 97%] Building CXX object CMakeFiles/aspect.dir/unit_tests/additional_outputs.cc.o
[ 97%] Building CXX object CMakeFiles/aspect.dir/unit_tests/first.cc.o
[ 98%] Building CXX object CMakeFiles/aspect.dir/unit_tests/parse_map_to_double_array.cc.o
[ 98%] Building CXX object CMakeFiles/aspect.dir/unit_tests/termination_criteria.cc.o
[ 98%] Building CXX object CMakeFiles/aspect.dir/unit_tests/utilities.cc.o
[100%] Linking CXX executable aspect

While the error file gives me the following:

/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/lib/libdeal_II.so.9.1.1: error: undefined reference to ‘klu_free_symbolic’
/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/lib/libdeal_II.so.9.1.1: error: undefined reference to ‘klu_free_numeric’
/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/lib/libdeal_II.so.9.1.1: error: undefined reference to ‘klu_solve’
/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/lib/libdeal_II.so.9.1.1: error: undefined reference to ‘klu_tsolve’
/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/lib/libdeal_II.so.9.1.1: error: undefined reference to ‘klu_factor’
/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/lib/libdeal_II.so.9.1.1: error: undefined reference to ‘klu_analyze_given’
/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/lib/libdeal_II.so.9.1.1: error: undefined reference to ‘klu_analyze’
/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/lib/libdeal_II.so.9.1.1: error: undefined reference to ‘klu_defaults’
/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/lib/libdeal_II.so.9.1.1: error: undefined reference to ‘HYPRE_BoomerAMGSetup’
/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/lib/libdeal_II.so.9.1.1: error: undefined reference to ‘HYPRE_AMSSetup’
/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/lib/libdeal_II.so.9.1.1: error: undefined reference to ‘HYPRE_ADSSetup’
/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/lib/libdeal_II.so.9.1.1: error: undefined reference to ‘HYPRE_IJMatrixGetObject’
/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/lib/libdeal_II.so.9.1.1: error: undefined reference to ‘HYPRE_IJVectorGetObject’
/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/lib/libdeal_II.so.9.1.1: error: undefined reference to ‘HYPRE_ADSSetCoordinateVectors’
/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/lib/libdeal_II.so.9.1.1: error: undefined reference to ‘HYPRE_ADSSetDiscreteGradient’
/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/lib/libdeal_II.so.9.1.1: error: undefined reference to ‘HYPRE_ADSSetDiscreteCurl’
/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/lib/libdeal_II.so.9.1.1: error: undefined reference to ‘HYPRE_ADSSetInterpolations’
/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/lib/libdeal_II.so.9.1.1: error: undefined reference to ‘HYPRE_AMSSetDimension’
/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/lib/libdeal_II.so.9.1.1: error: undefined reference to ‘HYPRE_AMSSetEdgeConstantVectors’
/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/lib/libdeal_II.so.9.1.1: error: undefined reference to ‘HYPRE_AMSSetCoordinateVectors’
/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/lib/libdeal_II.so.9.1.1: error: undefined reference to ‘HYPRE_AMSSetDiscreteGradient’

And there is probably more than 100 error: undefined references relating to HYPRE/hypre that I decided not to show to keep this message from being too long. I appreciate any help that can be given to help me overcome these errors! Also I’m not sure if this is at all related, but before running the make command to compile ASPECT, the cmake command that constructs the build directory gave me the following output:

– Found deal.II version 9.1.1 at ‘/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/lib/cmake/deal.II’
– Using ASPECT_USE_PETSC = ‘OFF’
– The CXX compiler identification is Intel 18.0.5.20180823
– Check for working CXX compiler: /opt/apps/software/compiler/icc/2018.5.274-GCC-6.3.0-2.26/compilers_and_libraries_2018.5.274/linux/bin/intel64/icpc
– Check for working CXX compiler: /opt/apps/software/compiler/icc/2018.5.274-GCC-6.3.0-2.26/compilers_and_libraries_2018.5.274/linux/bin/intel64/icpc – works
– Detecting CXX compiler ABI info
– Detecting CXX compiler ABI info - done
– Detecting CXX compile features
– Detecting CXX compile features - done
– Query git repository information.
– Found Git: /usr/bin/git (found version “1.8.3.1”)
– Setting up test project, see tests/setup_tests.log for details.
– Performing Test HAVE_DLOPEN
– Performing Test HAVE_DLOPEN - Success
– Enabling dynamic loading of plugins from the input file
– Looking for C++ include link.h
– Looking for C++ include link.h - found
– Enabling checking of compatible deal.II library when loading plugins
– World Builder not found.
– Performing Test HAVE_FP_EXCEPTIONS
– Performing Test HAVE_FP_EXCEPTIONS - Failed
– No support for feenableexcept(), disabling runtime floating point exception checks.
– Disabling cotire.
– Parameter GUI not found: install and provide a hint using -D PARAMETER_GUI_DIR or set -D PARAMETER_GUI_EXECUTABLE directly.
– Writing config into detailed.log…
– Configuring done
– Generating done

Thanks again!
Daniel

Hi Daniel,

I have not seen this specific error before when building ASPECT, but perhaps one the key deal.II libraries (or supporting libraries) was not included in the build?. Another thought that this could be an issue related to using the intel compilers, but on closer inspection it looks like gcc is being used?:

Check for working CXX compiler: /opt/apps/software/compiler/icc/2018.5.274-GCC-6.3.0-2.26/compilers_and_libraries_2018.5.274/linux/bin/intel64/icpc

Can you provide a bit more information about the compilers?

The support staff built the libraries already and so all that is left for me to do is to compile ASPECT itself,

Do you by chance know how they built deal.II and all the supporting packages? On clusters, we typically use candi to build deal.II (example: Compiling and Running ASPECT on TACC Stampede2 · geodynamics/aspect Wiki · GitHub)

After building deal.II, I have compile (if not done by default) and run deal.II step-32, as that is the closest deal.II example to ASPECT and contains a good deal of common functionality.

Cheers,
John

Hey John,

I appreciate the response! I contacted the support team and they told me that the way they built deal.II is as outlined in:

and they used intel 2018 compilers to do the building. I also tried using the intel 2018 compilers for compiling ASPECT and that gave the error messages that I sent previously. One other thing that I have noticed is that in the output there are lines every so often that say:

/opt/apps/software/devel/Boost/1.69.0-intel-2018.5.274/include/boost/pending/integer_log2.hpp(7): note: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.

Regarding your other point, I have just tried to run step-32 but that gives me the errors:

– Configuring incomplete, errors occurred!
CMake Error: Cannot open file for write: /opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/examples/step-32/CMakeCache.txt.tmp
CMake Error: : System Error: Permission denied
CMake Error: Unable to open cache file for save. /opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/examples/step-32/CMakeCache.txt
CMake Error: : System Error: Permission denied
[daniel92@node-0001 step-32]$ cmake . && make mpirun -n 2 ./step-32
CMake Error at /opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake:174 (file):
file failed to open for writing (No such file or directory):

/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/examples/step-32/CMakeFiles/CMakeOutput.log

Call Stack (most recent call first):
CMakeLists.txt:58 (PROJECT)

CMake Error: Could not open file for write in copy operation /opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/examples/step-32/CMakeFiles/3.13.3/CMakeSystem.cmake.tmp
CMake Error: : System Error: No such file or directory
CMake Error at /opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake:186 (configure_file):
configure_file Problem configuring file
Call Stack (most recent call first):
CMakeLists.txt:58 (PROJECT)

CMake Error at /opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake:161 (file):
file problem creating directory:
/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/examples/step-32/CMakeFiles/3.13.3/CompilerIdC
Call Stack (most recent call first):
/opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD)
/opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID)
CMakeLists.txt:58 (PROJECT)

CMake Error at /opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake:161 (file):
file problem creating directory:
/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/examples/step-32/CMakeFiles/3.13.3/CompilerIdC
Call Stack (most recent call first):
/opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD)
/opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID)
CMakeLists.txt:58 (PROJECT)

CMake Error at /opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake:161 (file):
file problem creating directory:
/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/examples/step-32/CMakeFiles/3.13.3/CompilerIdC
Call Stack (most recent call first):
/opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD)
/opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID)
CMakeLists.txt:58 (PROJECT)

CMake Error at /opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake:161 (file):
file problem creating directory:
/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/examples/step-32/CMakeFiles/3.13.3/CompilerIdC
Call Stack (most recent call first):
/opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD)
/opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID)
CMakeLists.txt:58 (PROJECT)

CMake Error at /opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake:161 (file):
file problem creating directory:
/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/examples/step-32/CMakeFiles/3.13.3/CompilerIdC
Call Stack (most recent call first):
/opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD)
/opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID)
CMakeLists.txt:58 (PROJECT)

CMake Error at /opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake:161 (file):
file problem creating directory:
/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/examples/step-32/CMakeFiles/3.13.3/CompilerIdC
Call Stack (most recent call first):
/opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD)
/opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID)
CMakeLists.txt:58 (PROJECT)

CMake Error at /opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake:161 (file):
file problem creating directory:
/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/examples/step-32/CMakeFiles/3.13.3/CompilerIdC
Call Stack (most recent call first):
/opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD)
/opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID)
CMakeLists.txt:58 (PROJECT)

CMake Error at /opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake:161 (file):
file problem creating directory:
/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/examples/step-32/CMakeFiles/3.13.3/CompilerIdC
Call Stack (most recent call first):
/opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD)
/opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID)
CMakeLists.txt:58 (PROJECT)

CMake Error at /opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake:737 (file):
file failed to open for writing (No such file or directory):

/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/examples/step-32/CMakeFiles/CMakeError.log

Call Stack (most recent call first):
/opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake:51 (CMAKE_DETERMINE_COMPILER_ID_VENDOR)
/opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID)
CMakeLists.txt:58 (PROJECT)

CMake Error at /opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake:737 (file):
file failed to open for writing (No such file or directory):

/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/examples/step-32/CMakeFiles/CMakeError.log

Call Stack (most recent call first):
/opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake:51 (CMAKE_DETERMINE_COMPILER_ID_VENDOR)
/opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID)
CMakeLists.txt:58 (PROJECT)

– The C compiler identification is unknown
CMake Error: Could not open file for write in copy operation /opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/examples/step-32/CMakeFiles/3.13.3/CMakeCCompiler.cmake.tmp
CMake Error: : System Error: No such file or directory
CMake Error at /opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCCompiler.cmake:192 (configure_file):
configure_file Problem configuring file
Call Stack (most recent call first):
CMakeLists.txt:58 (PROJECT)

CMake Error: Could not find cmake module file: /opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/examples/step-32/CMakeFiles/3.13.3/CMakeCCompiler.cmake
CMake Error at /opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake:161 (file):
file problem creating directory:
/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/examples/step-32/CMakeFiles/3.13.3/CompilerIdCXX
Call Stack (most recent call first):
/opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD)
/opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCXXCompiler.cmake:107 (CMAKE_DETERMINE_COMPILER_ID)
CMakeLists.txt:58 (PROJECT)

CMake Error at /opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake:161 (file):
file problem creating directory:
/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/examples/step-32/CMakeFiles/3.13.3/CompilerIdCXX
Call Stack (most recent call first):
/opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD)
/opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCXXCompiler.cmake:107 (CMAKE_DETERMINE_COMPILER_ID)
CMakeLists.txt:58 (PROJECT)

CMake Error at /opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake:161 (file):
file problem creating directory:
/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/examples/step-32/CMakeFiles/3.13.3/CompilerIdCXX
Call Stack (most recent call first):
/opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD)
/opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCXXCompiler.cmake:107 (CMAKE_DETERMINE_COMPILER_ID)
CMakeLists.txt:58 (PROJECT)

CMake Error at /opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake:161 (file):
file problem creating directory:
/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/examples/step-32/CMakeFiles/3.13.3/CompilerIdCXX
Call Stack (most recent call first):
/opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD)
/opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCXXCompiler.cmake:107 (CMAKE_DETERMINE_COMPILER_ID)
CMakeLists.txt:58 (PROJECT)

CMake Error at /opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake:161 (file):
file problem creating directory:
/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/examples/step-32/CMakeFiles/3.13.3/CompilerIdCXX
Call Stack (most recent call first):
/opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD)
/opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCXXCompiler.cmake:107 (CMAKE_DETERMINE_COMPILER_ID)
CMakeLists.txt:58 (PROJECT)

CMake Error at /opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake:161 (file):
file problem creating directory:
/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/examples/step-32/CMakeFiles/3.13.3/CompilerIdCXX
Call Stack (most recent call first):
/opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD)
/opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCXXCompiler.cmake:107 (CMAKE_DETERMINE_COMPILER_ID)
CMakeLists.txt:58 (PROJECT)

CMake Error at /opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake:161 (file):
file problem creating directory:
/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/examples/step-32/CMakeFiles/3.13.3/CompilerIdCXX
Call Stack (most recent call first):
/opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD)
/opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCXXCompiler.cmake:107 (CMAKE_DETERMINE_COMPILER_ID)
CMakeLists.txt:58 (PROJECT)

CMake Error at /opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake:161 (file):
file problem creating directory:
/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/examples/step-32/CMakeFiles/3.13.3/CompilerIdCXX
Call Stack (most recent call first):
/opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD)
/opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCXXCompiler.cmake:107 (CMAKE_DETERMINE_COMPILER_ID)
CMakeLists.txt:58 (PROJECT)

CMake Error at /opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake:737 (file):
file failed to open for writing (No such file or directory):

/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/examples/step-32/CMakeFiles/CMakeError.log

Call Stack (most recent call first):
/opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake:51 (CMAKE_DETERMINE_COMPILER_ID_VENDOR)
/opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCXXCompiler.cmake:107 (CMAKE_DETERMINE_COMPILER_ID)
CMakeLists.txt:58 (PROJECT)

CMake Error at /opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake:737 (file):
file failed to open for writing (No such file or directory):

/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/examples/step-32/CMakeFiles/CMakeError.log

Call Stack (most recent call first):
/opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake:51 (CMAKE_DETERMINE_COMPILER_ID_VENDOR)
/opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCXXCompiler.cmake:107 (CMAKE_DETERMINE_COMPILER_ID)
CMakeLists.txt:58 (PROJECT)

– The CXX compiler identification is unknown
CMake Error: Could not open file for write in copy operation /opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/examples/step-32/CMakeFiles/3.13.3/CMakeCXXCompiler.cmake.tmp
CMake Error: : System Error: No such file or directory
CMake Error at /opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeDetermineCXXCompiler.cmake:190 (configure_file):
configure_file Problem configuring file
Call Stack (most recent call first):
CMakeLists.txt:58 (PROJECT)

CMake Error: Could not find cmake module file: /opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/examples/step-32/CMakeFiles/3.13.3/CMakeCXXCompiler.cmake
– Check for working C compiler: /opt/apps/software/compiler/GCCcore/6.3.0/bin/cc
CMake Error at /opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeTestCCompiler.cmake:25 (file):
file failed to open for writing (No such file or directory):

/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/examples/step-32/CMakeFiles/CMakeTmp/testCCompiler.c

Call Stack (most recent call first):
CMakeLists.txt:58 (PROJECT)

CMake Error at /opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeTestCCompiler.cmake:37 (try_compile):
Unknown extension “.c” for file

/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/examples/step-32/CMakeFiles/CMakeTmp/testCCompiler.c

try_compile() works only for enabled languages. Currently these are:

C CXX

See project() command to enable other languages.
Call Stack (most recent call first):
CMakeLists.txt:58 (PROJECT)

– Check for working C compiler: /opt/apps/software/compiler/GCCcore/6.3.0/bin/cc – broken
CMake Error at /opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeTestCCompiler.cmake:48 (file):
file failed to open for writing (No such file or directory):

/opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/examples/step-32/CMakeFiles/CMakeError.log

Call Stack (most recent call first):
CMakeLists.txt:58 (PROJECT)

CMake Error at /opt/apps/software/devel/CMake/3.13.3/share/cmake-3.13/Modules/CMakeTestCCompiler.cmake:52 (message):
The C compiler

"/opt/apps/software/compiler/GCCcore/6.3.0/bin/cc"

is not able to compile a simple test program.

It fails with the following output:

CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:58 (PROJECT)

– Configuring incomplete, errors occurred!
CMake Error: Cannot open file for write: /opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/examples/step-32/CMakeCache.txt.tmp
CMake Error: : System Error: Permission denied
CMake Error: Unable to open cache file for save. /opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/examples/step-32/CMakeCache.txt
CMake Error: : System Error: Permission denied

As always I appreciate the help!

Daniel

You need to copy the step-32/ folder somewhere were you have write permission to test it.

As the others have pointed out, this is likely a problem with the installation of deal.II and will appear if you run step-32.

When looking at the install script for deal.II you posted, I see no mention of trilinos. This will be problematic as well.
Can you post the detailed.log files from the deal.II installation and from your ASPECT build directory?

Hi Daniel,

In addition to posting the files Timo mentioned, I would check to see if the cluster has GNU (or clang) and associated MPI compilers available. If so, you can likely install deal.II in your own work directory following a workflow similar to those for ASPECT on Stampede2. In the past all of us have struggled to build deal.II and ASPECT successfully with the intel compilers, but perhaps that has changed recently?

Cheers,
John

Intel compilers have more bugs and are less tested in the deal.II community. But I have been using intel 2018 and 2019 compilers on stampede2 and frontera and things work okay.

Intel compilers have more bugs and are less tested in the deal.II community. But I have been using intel 2018 and 2019 compilers on stampede2 and frontera and things work okay.

That’s great news. I just saw your instructions for Frontera on the ASPECT wiki used the intel compilers. (Installation on Frontera · geodynamics/aspect Wiki · GitHub)

Hello John and Timo,

Thanks for the feedback! I’ll have to post the detailed.log from the deal.II directory in a seperate reply since it is too big. However, the detailed.log from my ASPECT directory is:

ASPECT configuration:

ASPECT_VERSION: 2.2.0-pre

GIT REVISION: 6510057 (master)

DEAL_II_DIR: /opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274/lib/cmake/deal.II

DEAL_II VERSION: 9.1.1

ASPECT_USE_PETSC: OFF

ASPECT_USE_FP_EXCEPTIONS: OFF

ASPECT_RUN_ALL_TESTS: OFF

ASPECT_USE_SHARED_LIBS: ON

ASPECT_HAVE_LINK_H: ON

CMAKE_BUILD_TYPE: Release

ASPECT_PRECOMPILE_HEADERS: OFF

CMAKE_INSTALL_PREFIX: /usr/local

CMAKE_SOURCE_DIR: /home/daniel92/aspect

CMAKE_BINARY_DIR: /home/daniel92/aspect/build

CMAKE_CXX_COMPILER: Intel 18.0.5.20180823 on platform Linux x86_64

/opt/apps/software/compiler/icc/2018.5.274-GCC-6.3.0-2.26/compilers_and_libraries_20

18.5.274/linux/bin/intel64/icpc

PARAMETER_GUI_EXECUTABLE: PARAMETER_GUI_EXECUTABLE-NOTFOUND

LINKAGE: DYNAMIC

COMPILE_FLAGS:

_WITH_CXX14: ON

_WITH_CXX17: OFF

_MPI_VERSION: 3.1

_WITH_64BIT_INDICES: OFF

As for the step-32 example, I ran it in a directory where I have write permissions and it did indeed give me the same sort of errors as in my first post (the undefined reference errors). There are GNU compilers on the cluster, but when I tried to use these I got errors about licencing:

It fails with the following output:

Change Dir: /home/daniel92/step-32/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_b2bc2/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_b2bc2.dir/build.make CMakeFiles/cmTC_b2bc2.dir/build
gmake[1]: Entering directory `/home/daniel92/step-32/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_b2bc2.dir/testCXXCompiler.cxx.o
/opt/apps/software/compiler/icc/2018.5.274-GCC-6.3.0-2.26/compilers_and_libraries_2018.5.274/linux/bin/intel64/icpc     -o CMakeFiles/cmTC_b2bc2.dir/testCXXCompiler.cxx.o -c /home/daniel92/step-32/CMakeFiles/CMakeTmp/testCXXCompiler.cxx

Error: A license for Comp-CL could not be obtained (-1,359,2).

Is your license file in the right location and readable?
The location of your license file should be specified via
the $INTEL_LICENSE_FILE environment variable.

License file(s) used were (in this order):
**  1.  /home/daniel92/Licenses
**  2.  /opt/apps/software/compiler/icc/2018.5.274-GCC-6.3.0-2.26/compilers_and_libraries_2018.5.274/linux/bin/intel64/../../Licenses
**  3.  /opt/intel/licenses
**  4.  /Users/Shared/Library/Application Support/Intel/Licenses
**  5.  /opt/apps/software/compiler/icc/2018.5.274-GCC-6.3.0-2.26/compilers_and_libraries_2018.5.274/linux/bin/intel64/*.lic

I’ve emailed the support team about this.

Thanks,
Daniel

deal.II configuration:

CMAKE_BUILD_TYPE: Release

BUILD_SHARED_LIBS: ON

CMAKE_INSTALL_PREFIX: /opt/apps/software/phys/deal.II/9.1.1-intel-2018.5.274

CMAKE_SOURCE_DIR: /opt/apps/build/dealII/9.1.1/intel-2018.5.274/dealii-9.1.1

(version 9.1.1)

CMAKE_BINARY_DIR: /opt/apps/build/dealII/9.1.1/intel-2018.5.274/dealii-9.1.1

CMAKE_CXX_COMPILER: Intel 18.0.5.20180823 on platform Linux x86_64

/opt/apps/software/compiler/icc/2018.5.274-GCC-6.3.0-2.26/compilers_and_libraries_2018.

5.274/linux/bin/intel64/icpc

CMAKE_C_COMPILER: /opt/apps/software/compiler/icc/2018.5.274-GCC-6.3.0-2.26/compilers_and_libraries_2018.

5.274/linux/bin/intel64/icc

CMAKE_Fortran_COMPILER: /opt/apps/software/compiler/ifort/2018.5.274-GCC-6.3.0-2.26/compilers_and_libraries_201

8.5.274/linux/bin/intel64/ifort

CMAKE_GENERATOR: Unix Makefiles

Base configuration (prior to feature configuration):

DEAL_II_CXX_FLAGS: -fpic -ansi -w2 -diag-disable=remark -wd21 -wd68 -wd135 -wd175 -wd177 -wd191 -wd1

93 -wd279 -wd327 -wd383 -wd981 -wd1418 -wd1478 -wd1572 -wd2259 -wd2536 -wd2651 -wd3415 -wd15531 -wd111 -wd128 -wd185 -wd
186 -wd280 -qopenmp-simd -std=c++14 -O2 -xHost -ftz -fp-speculation=safe -fp-model source -fopenmp -O2 -xHost -ftz -fp-s
peculation=safe -fp-model source -fopenmp

DEAL_II_CXX_FLAGS_RELEASE: -O2 -no-ansi-alias -ip -funroll-loops

DEAL_II_LINKER_FLAGS: -Wl,–as-needed -shared-intel -qopenmp -rdynamic -fuse-ld=gold -L/opt/apps/softwa

re/compiler/icc/2018.5.274-GCC-6.3.0-2.26/lib/intel64 -L/opt/apps/software/numlib/imkl/2018.4.274-iimpi-2018.4.274/lib -
L/opt/apps/software/numlib/imkl/2018.4.274-iimpi-2018.4.274/mkl/lib/intel64 -L/opt/apps/software/numlib/imkl/2018.4.274-
iimpi-2018.4.274/lib -L/opt/apps/software/devel/Boost/1.69.0-intel-2018.5.274/lib -L/opt/apps/software/numlib/GSL/2.5-in
tel-2018.5.274/lib -L/opt/apps/software/data/HDF5/1.10.2-intel-2018.5.274/lib -L/opt/apps/software/math/METIS/5.1.0-inte
l-2018.5.274/lib -L/opt/apps/software/data/netCDF/4.6.2-intel-2018.5.274/lib64 -L/opt/apps/software/math/p4est/2.2-intel
-2018.5.274/lib -L/opt/apps/software/numlib/PETSc/3.11.1-intel-2018.5.274/lib -L/opt/apps/software/lib/zlib/1.2.11-GCCco
re-6.3.0/lib -L/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib

DEAL_II_LINKER_FLAGS_RELEASE:

DEAL_II_DEFINITIONS:

DEAL_II_DEFINITIONS_RELEASE:

DEAL_II_USER_DEFINITIONS:

DEAL_II_USER_DEFINITIONS_REL:

DEAL_II_INCLUDE_DIRS

DEAL_II_USER_INCLUDE_DIRS:

DEAL_II_BUNDLED_INCLUDE_DIRS:

DEAL_II_LIBRARIES:

DEAL_II_LIBRARIES_RELEASE:

DEAL_II_COMPILER_VECTORIZATION_LEVEL: 2

Configured Features (DEAL_II_ALLOW_BUNDLED = ON, DEAL_II_ALLOW_AUTODETECTION = ON):

( DEAL_II_WITH_64BIT_INDICES = OFF )

( DEAL_II_WITH_ADOLC = OFF )

( DEAL_II_WITH_ARPACK = OFF )

( DEAL_II_WITH_ASSIMP = OFF )

DEAL_II_WITH_BOOST set up with external dependencies

BOOST_VERSION = 1.69.0

BOOST_DIR = /opt/apps/software/devel/Boost/1.69.0-intel-2018.5.274-DDEAL_II_WITH_GSL=ON

BOOST_INCLUDE_DIRS = /opt/apps/software/devel/Boost/1.69.0-intel-2018.5.274/include

BOOST_USER_INCLUDE_DIRS = /opt/apps/software/devel/Boost/1.69.0-intel-2018.5.274/include

BOOST_LIBRARIES = /opt/apps/software/devel/Boost/1.69.0-intel-2018.5.274/lib/libboost_iostreams.so;/opt/app

s/software/devel/Boost/1.69.0-intel-2018.5.274/lib/libboost_serialization.so;/opt/apps/software/devel/Boost/1.69.0-intel
-2018.5.274/lib/libboost_system.so;/opt/apps/software/devel/Boost/1.69.0-intel-2018.5.274/lib/libboost_thread.so;-pthrea
d;/opt/apps/software/devel/Boost/1.69.0-intel-2018.5.274/lib/libboost_regex.so;/opt/apps/software/devel/Boost/1.69.0-int
el-2018.5.274/lib/libboost_chrono.so;/opt/apps/software/devel/Boost/1.69.0-intel-2018.5.274/lib/libboost_date_time.so;/o
pt/apps/software/devel/Boost/1.69.0-intel-2018.5.274/lib/libboost_atomic.so

DEAL_II_WITH_COMPLEX_VALUES = ON

( DEAL_II_WITH_CUDA = OFF )

DEAL_II_WITH_CXX14 = ON

( DEAL_II_WITH_CXX17 = OFF )

( DEAL_II_WITH_GINKGO = OFF )

( DEAL_II_WITH_GMSH = OFF )

DEAL_II_WITH_GSL set up with external dependencies

GSL_VERSION = 2.5

GSL_DIR = /opt/apps/software/devel/Boost/1.69.0-intel-2018.5.274-DDEAL_II_WITH_HDF5=ON

GSL_INCLUDE_DIRS = /opt/apps/software/numlib/GSL/2.5-intel-2018.5.274/include

GSL_USER_INCLUDE_DIRS = /opt/apps/software/numlib/GSL/2.5-intel-2018.5.274/include

GSL_LIBRARIES = /opt/apps/software/numlib/GSL/2.5-intel-2018.5.274/lib/libgsl.so;/opt/apps/software/numlib/

GSL/2.5-intel-2018.5.274/lib/libgslcblas.so

DEAL_II_WITH_HDF5 set up with external dependencies

HDF5_DIR = /opt/apps/software/devel/Boost/1.69.0-intel-2018.5.274-DDEAL_II_WITH_METIS=ON

HDF5_INCLUDE_DIRS = /opt/apps/software/data/HDF5/1.10.2-intel-2018.5.274/include

HDF5_USER_INCLUDE_DIRS = /opt/apps/software/data/HDF5/1.10.2-intel-2018.5.274/include

HDF5_LIBRARIES = /opt/apps/software/data/HDF5/1.10.2-intel-2018.5.274/lib/libhdf5_hl.so;/opt/apps/software/

data/HDF5/1.10.2-intel-2018.5.274/lib/libhdf5.so;/opt/apps/software/mpi/impi/2018.4.274-iccifort-2018.5.274-GCC-6.3.0-2.
26/lib64/libmpi.so;/opt/apps/software/mpi/impi/2018.4.274-iccifort-2018.5.274-GCC-6.3.0-2.26/lib64/libmpigi.a;dl;rt;pthr
ead

DEAL_II_WITH_LAPACK set up with external dependencies

LAPACK_WITH_64BIT_BLAS_INDICES = OFF

LAPACK_LINKER_FLAGS =

LAPACK_INCLUDE_DIRS =

LAPACK_USER_INCLUDE_DIRS =

LAPACK_LIBRARIES = /opt/apps/software/numlib/imkl/2018.4.274-iimpi-2018.4.274/mkl/lib/intel64/libmkl_lapack

.a;-lpthread;-lm;/opt/apps/software/numlib/imkl/2018.4.274-iimpi-2018.4.274/mkl/lib/intel64/libmkl_intel_lp64.so;/opt/ap
ps/software/numlib/imkl/2018.4.274-iimpi-2018.4.274/mkl/lib/intel64/libmkl_intel_thread.so;/opt/apps/software/numlib/imk
l/2018.4.274-iimpi-2018.4.274/mkl/lib/intel64/libmkl_core.so;/opt/apps/software/compiler/icc/2018.5.274-GCC-6.3.0-2.26/l
ib/intel64/libiomp5.so;ifcoremt;imf;m;ipgo;irc;pthread;svml;gcc;gcc_s;irc_s;dl;c

DEAL_II_WITH_METIS set up with external dependencies

METIS_VERSION = 5.1.0

METIS_DIR = /opt/apps/software/devel/Boost/1.69.0-intel-2018.5.274-DDEAL_II_WITH_NETCDF=ON

METIS_INCLUDE_DIRS = /opt/apps/software/math/METIS/5.1.0-intel-2018.5.274/include

METIS_USER_INCLUDE_DIRS = /opt/apps/software/math/METIS/5.1.0-intel-2018.5.274/include

METIS_LIBRARIES = /opt/apps/software/math/METIS/5.1.0-intel-2018.5.274/lib/libmetis.so;/opt/apps/software/m

pi/impi/2018.4.274-iccifort-2018.5.274-GCC-6.3.0-2.26/lib64/libmpi.so;/opt/apps/software/mpi/impi/2018.4.274-iccifort-20
18.5.274-GCC-6.3.0-2.26/lib64/libmpigi.a;dl;rt;pthread

DEAL_II_WITH_MPI set up with external dependencies

MPI_VERSION = 3.1

MPI_C_COMPILER = /opt/apps/software/mpi/impi/2018.4.274-iccifort-2018.5.274-GCC-6.3.0-2.26/bin64/mpiicc

MPI_CXX_COMPILER = /opt/apps/software/mpi/impi/2018.4.274-iccifort-2018.5.274-GCC-6.3.0-2.26/bin64/mpiicpc

MPI_Fortran_COMPILER = /opt/apps/software/mpi/impi/2018.4.274-iccifort-2018.5.274-GCC-6.3.0-2.26/bin64/mpii

fort

MPI_CXX_FLAGS =

MPI_LINKER_FLAGS = -Xlinker --enable-new-dtags -Xlinker -rpath -Xlinker /opt/apps/software/mpi/impi/2018.4.

274-iccifort-2018.5.274-GCC-6.3.0-2.26/intel64/lib/release_mt -Xlinker -rpath -Xlinker /opt/apps/software/mpi/impi/2018.
4.274-iccifort-2018.5.274-GCC-6.3.0-2.26/intel64/lib -Xlinker -rpath -Xlinker /opt/intel/mpi-rt/2017.0.0/intel64/lib/rel
ease_mt -Xlinker -rpath -Xlinker /opt/intel/mpi-rt/2017.0.0/intel64/lib -L/opt/apps/software/mpi/impi/2018.4.274-iccifor
t-2018.5.274-GCC-6.3.0-2.26/intel64/lib/release_mt -L/opt/apps/software/mpi/impi/2018.4.274-iccifort-2018.5.274-GCC-6.3.
0-2.26/intel64/lib

MPI_INCLUDE_DIRS = /opt/apps/software/mpi/impi/2018.4.274-iccifort-2018.5.274-GCC-6.3.0-2.26/intel64/includ

e;/opt/apps/software/mpi/impi/2018.4.274-iccifort-2018.5.274-GCC-6.3.0-2.26/include64

MPI_USER_INCLUDE_DIRS = /opt/apps/software/mpi/impi/2018.4.274-iccifort-2018.5.274-GCC-6.3.0-2.26/intel64/i

nclude;/opt/apps/software/mpi/impi/2018.4.274-iccifort-2018.5.274-GCC-6.3.0-2.26/include64

MPI_LIBRARIES = /opt/apps/software/mpi/impi/2018.4.274-iccifort-2018.5.274-GCC-6.3.0-2.26/lib64/libmpicxx.s

o;/opt/apps/software/mpi/impi/2018.4.274-iccifort-2018.5.274-GCC-6.3.0-2.26/lib64/libmpifort.so;/opt/apps/software/mpi/i
mpi/2018.4.274-iccifort-2018.5.274-GCC-6.3.0-2.26/lib64/libmpi.so;/opt/apps/software/mpi/impi/2018.4.274-iccifort-2018.5
.274-GCC-6.3.0-2.26/lib64/libmpigi.a;dl;rt;pthread

DEAL_II_WITH_MUPARSER set up with bundled packages

MUPARSER_BUNDLED_INCLUDE_DIRS = /opt/apps/build/dealII/9.1.1/intel-2018.5.274/dealii-9.1.1/bundled/muparser

_v2_2_4//include

( DEAL_II_WITH_NANOFLANN = OFF )

( DEAL_II_WITH_NETCDF = OFF )

( DEAL_II_WITH_OPENCASCADE = OFF )

DEAL_II_WITH_P4EST set up with external dependencies

P4EST_VERSION = 2.2

P4EST_DIR = /opt/apps/software/math/p4est/2.2-intel-2018.5.274-DDEAL_II_WITH_PETSC=ON

P4EST_INCLUDE_DIRS = /opt/apps/software/math/p4est/2.2-intel-2018.5.274/include

P4EST_USER_INCLUDE_DIRS = /opt/apps/software/math/p4est/2.2-intel-2018.5.274/include

P4EST_LIBRARIES = /opt/apps/software/math/p4est/2.2-intel-2018.5.274/lib/libp4est.so;/opt/apps/software/mat

h/p4est/2.2-intel-2018.5.274/lib/libsc.so;/opt/apps/software/numlib/imkl/2018.4.274-iimpi-2018.4.274/mkl/lib/intel64/lib
mkl_lapack.a;-lpthread;-lm;/opt/apps/software/numlib/imkl/2018.4.274-iimpi-2018.4.274/mkl/lib/intel64/libmkl_intel_lp64.
so;/opt/apps/software/numlib/imkl/2018.4.274-iimpi-2018.4.274/mkl/lib/intel64/libmkl_intel_thread.so;/opt/apps/software/
numlib/imkl/2018.4.274-iimpi-2018.4.274/mkl/lib/intel64/libmkl_core.so;/opt/apps/software/compiler/icc/2018.5.274-GCC-6.
3.0-2.26/lib/intel64/libiomp5.so;ifcoremt;imf;m;ipgo;irc;pthread;svml;gcc;gcc_s;irc_s;dl;c;/opt/apps/software/mpi/impi/2
018.4.274-iccifort-2018.5.274-GCC-6.3.0-2.26/lib64/libmpi.so;/opt/apps/software/mpi/impi/2018.4.274-iccifort-2018.5.274-
GCC-6.3.0-2.26/lib64/libmpigi.a;dl;rt;pthread

DEAL_II_WITH_PETSC set up with external dependencies

PETSC_VERSION = 3.11.1.0

PETSC_DIR = /opt/apps/software/devel/Boost/1.69.0-intel-2018.5.274-DDEAL_II_WITH_ZLIB=ON

PETSC_INCLUDE_DIRS = /opt/apps/software/numlib/PETSc/3.11.1-intel-2018.5.274/include

PETSC_USER_INCLUDE_DIRS = /opt/apps/software/numlib/PETSc/3.11.1-intel-2018.5.274/include

PETSC_LIBRARIES = /opt/apps/software/numlib/PETSc/3.11.1-intel-2018.5.274/lib/libpetsc.a

( DEAL_II_WITH_SCALAPACK = OFF )

( DEAL_II_WITH_SLEPC = OFF )

( DEAL_II_WITH_SUNDIALS = OFF )

( DEAL_II_WITH_SYMENGINE = OFF )

DEAL_II_WITH_THREADS set up with external dependencies

TBB_VERSION = 8.0

THREADS_LINKER_FLAGS = -pthread

THREADS_INCLUDE_DIRS = /opt/apps/software/compiler/icc/2018.5.274-GCC-6.3.0-2.26/compilers_and_libraries_20

18.5.274/linux/tbb/include

THREADS_USER_INCLUDE_DIRS = /opt/apps/software/compiler/icc/2018.5.274-GCC-6.3.0-2.26/compilers_and_librari

es_2018.5.274/linux/tbb/include

THREADS_LIBRARIES = debug;/opt/apps/software/compiler/icc/2018.5.274-GCC-6.3.0-2.26/compilers_and_libraries

_2018.5.274/linux/tbb/lib/intel64/gcc4.4/libtbb_debug.so;optimized;/opt/apps/software/compiler/icc/2018.5.274-GCC-6.3.0-
2.26/compilers_and_libraries_2018.5.274/linux/tbb/lib/intel64/gcc4.4/libtbb.so

DEAL_II_WITH_TRILINOS set up with external dependencies

TRILINOS_VERSION = 12.12.1

TRILINOS_DIR = /opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15

TRILINOS_LINKER_FLAGS =

TRILINOS_INCLUDE_DIRS = /opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/include;/

opt/apps/software/numlib/SuiteSparse/5.1.2-intel-2018.5.274-METIS-5.1.0/UMFPACK/Include;/opt/apps/software/devel/Boost/1
.69.0-intel-2018.5.274/include;/opt/apps/software/numlib/imkl/2018.4.274-iimpi-2018.4.274/mkl/include;/opt/apps/software
/math/ParMETIS/4.0.3-intel-2018.5.274/include;/opt/apps/software/data/netCDF/4.6.2-intel-2018.5.274/include;/opt/apps/so
ftware/math/SCOTCH/6.0.6-intel-2018.5.274/include;/opt/apps/software/vis/X11/20190311-GCCcore-6.3.0/include;/opt/apps/so
ftware/lib/MATIO/1.5.12-intel-2018.5.274/include

TRILINOS_USER_INCLUDE_DIRS = /opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/incl

ude;/opt/apps/software/numlib/SuiteSparse/5.1.2-intel-2018.5.274-METIS-5.1.0/UMFPACK/Include;/opt/apps/software/devel/Bo
ost/1.69.0-intel-2018.5.274/include;/opt/apps/software/numlib/imkl/2018.4.274-iimpi-2018.4.274/mkl/include;/opt/apps/sof
tware/math/ParMETIS/4.0.3-intel-2018.5.274/include;/opt/apps/software/data/netCDF/4.6.2-intel-2018.5.274/include;/opt/ap
ps/software/math/SCOTCH/6.0.6-intel-2018.5.274/include;/opt/apps/software/vis/X11/20190311-GCCcore-6.3.0/include;/opt/ap
ps/software/lib/MATIO/1.5.12-intel-2018.5.274/include

TRILINOS_LIBRARIES = /opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libpike-

blackbox.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libmsqutil.a;/opt/apps/software
/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libmesquite.a;/opt/apps/software/numlib/Trilinos/12.12.1-int
el-2018.5.274-Python-2.7.15/lib/libctrilinos.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15
/lib/libsundancePdeopt.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libsundanceStdFwk
.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libsundanceStdMesh.a;/opt/apps/software
/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libsundanceCore.a;/opt/apps/software/numlib/Trilinos/12.12.1
-intel-2018.5.274-Python-2.7.15/lib/libsundanceInterop.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Pyt
hon-2.7.15/lib/libsundanceUtils.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libsunda
ncePlaya.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libpiro.a;/opt/apps/software/nu
mlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/librol.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.
5.274-Python-2.7.15/lib/libstokhos_muelu.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib
/libstokhos_ifpack2.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libstokhos_amesos2.a
;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libstokhos_tpetra.a;/opt/apps/software/nu
mlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libstokhos_sacado.a;/opt/apps/software/numlib/Trilinos/12.12.1-
intel-2018.5.274-Python-2.7.15/lib/libstokhos.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.1
5/lib/libmoochothyra.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libmoocho.a;/opt/ap
ps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libtempus.a;/opt/apps/software/numlib/Trilinos/12
.12.1-intel-2018.5.274-Python-2.7.15/lib/librythmos.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python
-2.7.15/lib/libmuelu-adapters.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libmuelu-i
nterface.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libmuelu.a;/opt/apps/software/n
umlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libmoertel.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-
2018.5.274-Python-2.7.15/lib/liblocathyra.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/li
b/liblocaepetra.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/liblocalapack.a;/opt/app
s/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libloca.a;/opt/apps/software/numlib/Trilinos/12.12
.1-intel-2018.5.274-Python-2.7.15/lib/libnoxepetra.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-
2.7.15/lib/libnoxlapack.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libnox.a;/opt/ap
ps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libphalanx.a;/opt/apps/software/numlib/Trilinos/1
2.12.1-intel-2018.5.274-Python-2.7.15/lib/libstk_expreval.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-
Python-2.7.15/lib/libstk_mesh_fixtures.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/l
ibstk_transfer_impl.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libstk_search_util_b
ase.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libstk_search.a;/opt/apps/software/n
umlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libstk_unit_main.a;/opt/apps/software/numlib/Trilinos/12.12.1-
intel-2018.5.274-Python-2.7.15/lib/libstk_unit_test_utils.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-
Python-2.7.15/lib/libstk_io_util.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libstk_
io.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libstk_mesh_base.a;/opt/apps/software
/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libstk_topology.a;/opt/apps/software/numlib/Trilinos/12.12.1
-intel-2018.5.274-Python-2.7.15/lib/libstk_util_use_cases.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-
Python-2.7.15/lib/libstk_util_registry.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/l
ibstk_util_diag.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libstk_util_env.a;/opt/a
pps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libstk_util_parallel.a;/opt/apps/software/numlib
/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libstk_util_util.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel
-2018.5.274-Python-2.7.15/lib/libintrepid.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/li
b/libteko.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libfei_trilinos.a;/opt/apps/so
ftware/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libfei_base.a;/opt/apps/software/numlib/Trilinos/12.12
.1-intel-2018.5.274-Python-2.7.15/lib/libstratimikos.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Pytho
n-2.7.15/lib/libstratimikosbelos.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libstra
timikosaztecoo.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libstratimikosamesos.a;/o
pt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libstratimikosml.a;/opt/apps/software/numlib
/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libstratimikosifpack.a;/opt/apps/software/numlib/Trilinos/12.12.1-i
ntel-2018.5.274-Python-2.7.15/lib/libifpack2-adapters.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Pyth
on-2.7.15/lib/libifpack2.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libanasazitpetr
a.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libModeLaplace.a;/opt/apps/software/nu
mlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libanasaziepetra.a;/opt/apps/software/numlib/Trilinos/12.12.1-i
ntel-2018.5.274-Python-2.7.15/lib/libanasazi.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15
/lib/libkomplex.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libmapvarlib.a;/opt/apps
/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libfastqlib.a;/opt/apps/software/numlib/Trilinos/12
.12.1-intel-2018.5.274-Python-2.7.15/lib/libblotlib.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python
-2.7.15/lib/libplt.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libsvdi_cgi.a;/opt/ap
ps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libsvdi_cdr.a;/opt/apps/software/numlib/Trilinos/
12.12.1-intel-2018.5.274-Python-2.7.15/lib/libsuplib_cpp.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-P
ython-2.7.15/lib/libsuplib_c.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libsuplib.a
;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libsupes.a;/opt/apps/software/numlib/Tril
inos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libaprepro_lib.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5
.274-Python-2.7.15/lib/libchaco.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libio_in
fo_lib.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libIonit.a;/opt/apps/software/num
lib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libIotr.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.
5.274-Python-2.7.15/lib/libIohb.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libIogn.
a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libIovs.a;/opt/apps/software/numlib/Tril
inos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libIopg.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Py
thon-2.7.15/lib/libIoexo_fac.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libIofx.a;/
opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libIoex.a;/opt/apps/software/numlib/Trilino
s/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libIoss.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Pytho
n-2.7.15/lib/libnemesis.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libexoIIv2for32.
a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libexodus_for.a;/opt/apps/software/numli
b/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libexodus.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.
5.274-Python-2.7.15/lib/libamesos2.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libsh
ylu.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libbelostpetra.a;/opt/apps/software/
numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libbelosepetra.a;/opt/apps/software/numlib/Trilinos/12.12.1-i
ntel-2018.5.274-Python-2.7.15/lib/libbelos.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/l
ib/libml.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libifpack.a;/opt/apps/software/
numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libzoltan2.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel
-2018.5.274-Python-2.7.15/lib/libpamgen_extras.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.
15/lib/libpamgen.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libamesos.a;/opt/apps/s
oftware/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libgaleri-xpetra.a;/opt/apps/software/numlib/Trilinos
/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libgaleri-epetra.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.2
74-Python-2.7.15/lib/libaztecoo.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libdplir
is.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libisorropia.a;/opt/apps/software/num
lib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/liboptipack.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2
018.5.274-Python-2.7.15/lib/libxpetra-sup.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/li
b/libxpetra.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libthyratpetra.a;/opt/apps/s
oftware/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libthyraepetraext.a;/opt/apps/software/numlib/Trilino
s/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libthyraepetra.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.27
4-Python-2.7.15/lib/libthyracore.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libdomi
.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libepetraext.a;/opt/apps/software/numli
b/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libtrilinosss.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2
018.5.274-Python-2.7.15/lib/libtpetraext.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib
/libtpetrainout.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libtpetra.a;/opt/apps/so
ftware/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libkokkostsqr.a;/opt/apps/software/numlib/Trilinos/12.
12.1-intel-2018.5.274-Python-2.7.15/lib/libtpetraclassiclinalg.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5
.274-Python-2.7.15/lib/libtpetraclassicnodeapi.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.
15/lib/libtpetraclassic.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libtriutils.a;/o
pt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libglobipack.a;/opt/apps/software/numlib/Tri
linos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libshards.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274
-Python-2.7.15/lib/libzoltan.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libepetra.a
;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libminitensor.a;/opt/apps/software/numlib
/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libsacado.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5
.274-Python-2.7.15/lib/librtop.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libkokkos
kernels.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libteuchoskokkoscomm.a;/opt/apps
/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libteuchoskokkoscompat.a;/opt/apps/software/numlib/
Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libteuchosremainder.a;/opt/apps/software/numlib/Trilinos/12.12.1-int
el-2018.5.274-Python-2.7.15/lib/libteuchosnumerics.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-
2.7.15/lib/libteuchoscomm.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libteuchospara
meterlist.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libteuchoscore.a;/opt/apps/sof
tware/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libkokkosalgorithms.a;/opt/apps/software/numlib/Trilino
s/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libkokkoscontainers.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018
.5.274-Python-2.7.15/lib/libkokkoscore.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/l
ibtpi.a;/opt/apps/software/numlib/Trilinos/12.12.1-intel-2018.5.274-Python-2.7.15/lib/libgtest.a;/opt/apps/software/deve
l/Boost/1.69.0-intel-2018.5.274/lib/libboost_program_options.so;/opt/apps/software/devel/Boost/1.69.0-intel-2018.5.274/l
ib/libboost_system.so;/opt/apps/software/lib/MATIO/1.5.12-intel-2018.5.274/lib/libmatio.so;/opt/apps/software/vis/X11/20
190311-GCCcore-6.3.0/lib/libX11.so;/opt/apps/software/data/netCDF/4.6.2-intel-2018.5.274/lib64/libnetcdf.so;/opt/apps/so
ftware/numlib/SuiteSparse/5.1.2-intel-2018.5.274-METIS-5.1.0/UMFPACK/Lib/libumfpack.a;/opt/apps/software/numlib/SuiteSpa
rse/5.1.2-intel-2018.5.274-METIS-5.1.0/CHOLMOD/Lib/libcholmod.a;/opt/apps/software/numlib/SuiteSparse/5.1.2-intel-2018.5
.274-METIS-5.1.0/COLAMD/Lib/libcolamd.a;/opt/apps/software/numlib/SuiteSparse/5.1.2-intel-2018.5.274-METIS-5.1.0/UMFPACK
/Lib/libamd.a;/opt/apps/software/numlib/SuiteSparse/5.1.2-intel-2018.5.274-METIS-5.1.0/CCOLAMD/Lib/libccolamd.a;/opt/app
s/software/numlib/SuiteSparse/5.1.2-intel-2018.5.274-METIS-5.1.0/CAMD/Lib/libcamd.a;/opt/apps/software/numlib/SuiteSpars
e/5.1.2-intel-2018.5.274-METIS-5.1.0/SuiteSparse_config/libsuitesparseconfig.a;rt;/opt/apps/software/math/ParMETIS/4.0.3
-intel-2018.5.274/lib/libparmetis.a;/opt/apps/software/math/ParMETIS/4.0.3-intel-2018.5.274/lib/libmetis.a;/opt/apps/sof
tware/math/SCOTCH/6.0.6-intel-2018.5.274/lib/libptscotch.a;/opt/apps/software/math/SCOTCH/6.0.6-intel-2018.5.274/lib/lib
ptscotcherr.a;/opt/apps/software/math/SCOTCH/6.0.6-intel-2018.5.274/lib/libscotch.a;/opt/apps/software/math/SCOTCH/6.0.6
-intel-2018.5.274/lib/libscotcherr.a;/opt/apps/software/numlib/imkl/2018.4.274-iimpi-2018.4.274/mkl/lib/intel64/libmkl_r
t.so;/opt/apps/software/numlib/imkl/2018.4.274-iimpi-2018.4.274/mkl/lib/intel64/libmkl_intel_lp64.so;/opt/apps/software/
numlib/imkl/2018.4.274-iimpi-2018.4.274/mkl/lib/intel64/libmkl_intel_thread.so;/opt/apps/software/numlib/imkl/2018.4.274
-iimpi-2018.4.274/mkl/lib/intel64/libmkl_core.so;/opt/apps/software/compiler/icc/2018.5.274-GCC-6.3.0-2.26/lib/intel64/l
ibiomp5.so;pthread;dl;/opt/apps/software/mpi/impi/2018.4.274-iccifort-2018.5.274-GCC-6.3.0-2.26/lib64/libmpicxx.so;/opt/
apps/software/mpi/impi/2018.4.274-iccifort-2018.5.274-GCC-6.3.0-2.26/lib64/libmpi.so;/opt/apps/software/mpi/impi/2018.4.
274-iccifort-2018.5.274-GCC-6.3.0-2.26/lib64/libmpigi.a;dl;rt;pthread

Apologies for the triple post but the detailed.log was too big to even fit in one post by itself! Here is the last little bit of the file that I trimmed off to meet the character requirements:

DEAL_II_WITH_UMFPACK set up with external dependencies

UMFPACK_VERSION = 5.7.6

UMFPACK_LINKER_FLAGS =

UMFPACK_INCLUDE_DIRS = /opt/apps/software/numlib/SuiteSparse/5.1.2-intel-2018.5.274-METIS-5.1.0/include

UMFPACK_USER_INCLUDE_DIRS = /opt/apps/software/numlib/SuiteSparse/5.1.2-intel-2018.5.274-METIS-5.1.0/includ

e

UMFPACK_LIBRARIES = /opt/apps/software/numlib/SuiteSparse/5.1.2-intel-2018.5.274-METIS-5.1.0/lib/libumfpack

.so;/opt/apps/software/numlib/SuiteSparse/5.1.2-intel-2018.5.274-METIS-5.1.0/lib/libcholmod.so;/opt/apps/software/numlib
/SuiteSparse/5.1.2-intel-2018.5.274-METIS-5.1.0/lib/libccolamd.so;/opt/apps/software/numlib/SuiteSparse/5.1.2-intel-2018
.5.274-METIS-5.1.0/lib/libcolamd.so;/opt/apps/software/numlib/SuiteSparse/5.1.2-intel-2018.5.274-METIS-5.1.0/lib/libcamd
.so;/opt/apps/software/numlib/SuiteSparse/5.1.2-intel-2018.5.274-METIS-5.1.0/lib/libsuitesparseconfig.so;/opt/apps/softw
are/numlib/SuiteSparse/5.1.2-intel-2018.5.274-METIS-5.1.0/lib/libamd.so;/opt/apps/software/math/METIS/5.1.0-intel-2018.5
.274/lib/libmetis.so;/opt/apps/software/mpi/impi/2018.4.274-iccifort-2018.5.274-GCC-6.3.0-2.26/lib64/libmpi.so;/opt/apps
/software/mpi/impi/2018.4.274-iccifort-2018.5.274-GCC-6.3.0-2.26/lib64/libmpigi.a;dl;rt;pthread;/opt/apps/software/numli
b/imkl/2018.4.274-iimpi-2018.4.274/mkl/lib/intel64/libmkl_lapack.a;-lpthread;-lm;/opt/apps/software/numlib/imkl/2018.4.2
74-iimpi-2018.4.274/mkl/lib/intel64/libmkl_intel_lp64.so;/opt/apps/software/numlib/imkl/2018.4.274-iimpi-2018.4.274/mkl/
lib/intel64/libmkl_intel_thread.so;/opt/apps/software/numlib/imkl/2018.4.274-iimpi-2018.4.274/mkl/lib/intel64/libmkl_cor
e.so;/opt/apps/software/compiler/icc/2018.5.274-GCC-6.3.0-2.26/lib/intel64/libiomp5.so;ifcoremt;imf;m;ipgo;irc;pthread;s
vml;gcc;gcc_s;irc_s;dl;c;rt

DEAL_II_WITH_ZLIB set up with external dependencies

ZLIB_VERSION = 1.2.11

ZLIB_DIR = /opt/apps/software/lib/zlib/1.2.11-GCCcore-6.3.0

ZLIB_INCLUDE_DIRS = /opt/apps/software/lib/zlib/1.2.11-GCCcore-6.3.0/include

ZLIB_LIBRARIES = /opt/apps/software/lib/zlib/1.2.11-GCCcore-6.3.0/lib/libz.so

Component configuration:

( DEAL_II_COMPONENT_DOCUMENTATION = OFF )

DEAL_II_COMPONENT_EXAMPLES

( DEAL_II_COMPONENT_PACKAGE = OFF )

( DEAL_II_COMPONENT_PYTHON_BINDINGS = OFF )

So you are using Trilinos but the install script for deal.II did not include trilinos as a dependency? That means deal.II picked it up somehow.

Yes, ask your admins. Are you running on a compute node to compile?

I’m not certain about how they included trilinos when they built deal.II, but when I first asked them to build deal.II they built deal.II, p4est, petsc and trilinos seperately. I told them that that was preventing me from compiling ASPECT and they rebuilt deal.II with the existing installions of trilinos the other libraries. I am running on a compute node yes, you mentioned that sometimes intel compilers can be buggy, would using GNU compilers potentially fix the issues that I’m having?

I’m not certain about how they included trilinos when they built deal.II

They did point to a pre-installed Trilinos library, but we don’t what options they used to build it.

I am running on a compute node yes, you mentioned that sometimes intel compilers can be buggy, would using GNU compilers potentially fix the issues that I’m having?

I think the simplest thing for the cluster admins to do next is to use candi to build Trilinos, p4est and deal.II with the intel libraries. Using candi requires minimal user time and Timo has successfully built deal.II/ASPECT on Stampede2 with the intel compilers (2018/2019). From the link I posted for Stampede2 above, all one would need to do is replace the gcc compilers there with the appropriate intel compilers, mkl library, etc. Also, the most recent deal.II version is now 9.1.1 (not 9.0.0).

If that produces lots of bugs, then switching to GNU compilers would be the right path forward. In any case, building with candi makes the whole process relatively painless.

Cheers,
John

I’ll certainly try my hand at installing the libraries using the link you sent. Here’s hoping it works, I’ll post in here once it works or I run into another suite of problems, once again I appreciate all the help!

Daniel