ForestClaw / forestclaw

Quadtree/octree adaptive PDE solver based based on p4est.
http://www.forestclaw.org
BSD 2-Clause "Simplified" License
58 stars 21 forks source link

Test fail on current develop branch #203

Closed cburstedde closed 2 years ago

cburstedde commented 2 years ago

I checked out the current develop at c18114739420dbabbe64215d7a978e1fcb305c08 and did git submodule update.

I configured --enable-mpi --enable-debug --enable-clawpack CFLAGS="-Wall -O0 -g" and get on make check:

FAIL: applications/clawpack/acoustics/2d/radial/regressions.sh
FAIL: applications/clawpack/euler/2d/quadrants/regressions.sh
FAIL: applications/clawpack/shallow/2d/bump/regressions.sh
donnaaboise commented 2 years ago

I am assuming the error is a segfault of some sort?

cburstedde commented 2 years ago

I can look at the testsuite.log, let me check.

cburstedde commented 2 years ago

We've added LIBS=-lgfortran to the configure line and used the latest develop of forestclaw. It works fine now!