I was trying to install ASPECT after installing dealii version 9.0.1 on cluster using candi, but when I go inside ASPECT folder, and then
mkdir build; cd build;
but when I use this commond
cmake -DDEAL_II_DIR=/opt/bin/deal.II-v9.0.1
I got following messages:
[root@mu01 build]# cmake -DDEAL_II_DIR=/opt/bin/deal.II-v9.0.1
CMake Error: The source directory “/opt/bin/aspect/build” does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
You seem to be using an old intel compiler, is that right? We strongly suggest using gcc or a newer version of the intel compiler. See the discussion here as well: Get help with installation on cluster - #6 by tjhei