Timo Heister
Timo Heister
it is easier and faster to install on Ubuntu using the apt packages as described in https://github.com/dealii/dealii/wiki/Getting-deal.II#linux-packages We should offer this as a fourth option in the manual.
Is there anything missing in the deal.II version of this class? It was already available in 9.3... https://github.com/geodynamics/aspect/blob/c9601fad8357f73b6c19bc396d6ef211a1585b03/include/aspect/postprocess/particles.h#L50 @gassmoeller ?
I need to investigate why the arm build on MacOS currently fails when installing Trilinos. This might be due to #297 ... The error message is `` ld: symbol(s) not...
The latest Intel compilers on Frontera (intel/23.1.0) can not build the autotools version of p4est failing with ``` configure: error: in `/work2/07882/tg871816/frontera/env1/tmp/build/p4est-2.3.2/FAST': configure: error: linking to Fortran libraries from C...
parmetis.dylib not found (when compiling a program like ASPECT depending on deal.II)
I got the following report about a SIGSEGV in OCE when the library is loaded ``` Program received signal SIGSEGV, Segmentation fault. 0x00007fffcbae522c in Handle_Standard_Transient::BeginScope() () from /home/testinf/Documents/candi_dealii/oce-OCE-0.18.3/lib/libTKernel.so.11 (gdb) bt...
I have gotten reports of the form ``` ~/aspect/aspect-release: error while loading shared libraries: libsymengine.so.0.7: cannot open shared object file: no such file or directory ``` We should investigate why...