Thank you for posting to the forum! The issue is that Trilinos is not able to find the required blas libraries.
Can you describe the operating you are using and what packages have been installed already? In particular, what BLAS/LAPACK libraries have been built. All of the required libraries are normally readily available for installation on most systems.
When I’m posting that question, I didn’t realize that it is another instruction for stampede2 users. I tried that manual for installing aspect. But now I’m getting a different error. When trying to compiling ASPECT (with the last command ‘make -j48’), it gives me Unity errors. Are these unity boxes crucial for the ASPECT? Is there any chance to install the program without these boxes?
No problem at all, we should add a note in the manual about the compiling instructions for specific computers on the wiki.
A quick note for others - Omer is compiling on Stampede2, and the instructions for this were updated yesterday after he identified an issue with the current version of OpenBlas used by candi (related to GNU compiler versions on Stampede2).
Omer - I was able to compile the master version of ASPECT yesterday on Stampede2 following the instructions above. However, I realized I did not specifically test aspect 2.3.
Can you try compiling the master version with your current deal.II build? Simply clone the ASPECT repository and then compile without switching to 2.3.
Can you also try recompiling version 2.3 with the unity build option turned off? To do this, go into the build directory and modify CMakeCache.txt so that ASPECT_UNITY_BUILD:BOOL=OFF. You will need to run make clean first.
I deleted all your dealii/ASPECT folders and restarted the process from scratch by following the updated instructions. It worked, I finally can install the ASPECT.