radiation test craches

Clearly defined bug reports and their fixes
Post Reply
torhans
Posts: 3
Joined: 07 Feb 2011, 17:08

radiation test craches

Post by torhans »

Dear All

I'm trying to build the latest git devel source (downloaded 3rd Nov.) using cmake

cmake .. -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_INSTALL_LIBDIR:PATH=/usr/lib64 -DINCLUDE_INSTALL_DIR:PATH=/usr/include -DLIB_INSTALL_DIR:PATH==/usr/lib64 -DSYSCONF_INSTALL_DIR:PATH=/etc -DSHARE_INSTALL_PREFIX:PATH=/usr/share -DCMAKE_INSTALL_LIB=lib64 -DWITH_OCC:BOOL=TRUE -DCMAKE_BUILD_TYPE=None --debug-output '-DCMAKE_Fortran_FLAGS=-Og -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -DNDEBUG' '-DMPI_Fortran_COMPILE_FLAGS=-Og -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -DNDEBUG'

However the radiation* tests fail due to segmentation fault
From my investigations so far it seems to be because in ComputeRadiationLoad the GebhardtFactors are not initialized.
Running ElmerSolver_mpi through valgrind I get some errors, but the tests completes, and generates ViewFactors.dat . After that ElmerSolver_mpi runs fine until I delete ViewFactors.dat again.

I'm continuing my own investigation, but being fairly new to ElmerFem, I'll appreciate any help.

Regards
Torben
torhans
Posts: 3
Joined: 07 Feb 2011, 17:08

Re: radiation test craches

Post by torhans »

Sorry, I had the impression that ElmerSolver_mpi could be run without mpirun. After compiling/linking ElmerSolver using mpi_stub all tests run without crashing, though there are still a few errors.

Regard
Torben
Post Reply