ghostforest

Results 16 comments of ghostforest

I extended the "Max Output Level" to 30, reran "ctest -j4" from my build directory which is ~/User/elmer/elmerfem/build2 test-stderr_1.log is empty, and this is the log from "test-stdout_1.log": ``` ELMER...

``` adrian@MacBook-Pro-von-Adrian build2 % ViewFactors dyld[15337]: Library not loaded: '@rpath/libmpi_stubs.dylib' Referenced from: '/usr/local/bin/ViewFactors' Reason: tried: '/usr/local/bin/libmpi_stubs.dylib' (no such file), '/usr/local/Cellar/gcc/14.1.0_1/lib/gcc/current/gcc/x86_64-apple-darwin21/14/libmpi_stubs.dylib' (no such file), '/usr/local/Cellar/gcc/14.1.0_1/lib/gcc/current/gcc/libmpi_stubs.dylib' (no such file), '/usr/local/Cellar/gcc/14.1.0_1/lib/gcc/current/libmpi_stubs.dylib' (no such...

I copied the file to "elmer_install_dir/lib/elmersolver", and into /usr/local/bin This did something, before: "87% tests passed, 115 tests failed out of 918" Now: "90% tests passed, 96 tests failed out...

I looked into "85 - ContactFrictionHeating (Failed)" reran with max Output Level = 30 and found: ``` WARNING:: CompareToReferenceSolution: Solver 2 FAILED: Norm = 3.01112493E-06 RefNorm = 9.94112870E-02 CompareToReferenceSolution: Relative...

Any updates on this? I need to get this to work sadly....

> > Looking at those tests: > > 8 - AdvReactDB_np6 (Failed) > > 10 - AdvReactDBmap_np6 (Failed) > > 12 - AdvReactDG_np6 (Failed) > > I recognize that the...

This issue can be solved by adding: #include "../umfpack/src/umfpack/include/umfpack.h" right below the #include "../config.h" statement inside umf4_f77wrapper.c inside elmer/fem/src However beware of spiraling down into deeper compiler rabbitholes!

Deinstall with Battery and then install aldente. install and deinstall too. that fixed it for me.

Switching to clang for compiling elmer really means trouble. Problems with fortran, openmpi...

Maybe you can share the steps you take on compiling elmer then? I spent 4 hours yesterday and one solved problem led to another. First openmpi was not compatible, then...