Hi,

It looks like your deal.II installation picked up a gmsh binary and
configured deal.II with support for gmsh. This is done by calling the
binary and if it is not compiled/installed with the correct set of
features the test might fail.

If you don't plan to use the gmsh interface in deal.II you can safely
ignore the test failure.

Best,
Matthias


On Mon, Jun 28, 2021, at 15:03 CDT, Sou Ren <souren....@gmail.com> wrote:

> Hello there,
>
> I am new to deal.ii and I am currently at installation stage.
> To install the code I followed mostly the tutorial given here 
> <https://www.math.colostate.edu/~bangerth/videos.676.3.html> and I also had 
> a look at this page <https://www.dealii.org/9.3.0/readme.html> . There are 
> slight differences but I don't think it makes huge difference at the end.
>
> Here is my problem I downloaded the code and unpacked it then following the 
> instructions on the video I compiled and installed the code. But for the 
> test part I did not implement the "cd examples/step-1" command and instead 
> I ran the "make test" command.
> seven out of eight tests were run successfully but the last one failed 
> giving the following error :
>
> Test project 
> /home/sourena/Documents/Homework/Pro/dealii-9.3.0/build/tests/quick_tests
>     Start 1: step.debug
>     Start 2: step.release
>     Start 3: affinity.debug
>     Start 4: tbb.debug
> 1/8 Test #2: step.release .....................   Passed   67.30 sec
>     Start 5: lapack.debug
> 2/8 Test #4: tbb.debug ........................   Passed   72.39 sec
>     Start 6: umfpack.debug
> 3/8 Test #3: affinity.debug ...................   Passed   72.55 sec
>     Start 7: boost_zlib.debug
> 4/8 Test #1: step.debug .......................   Passed   84.15 sec
>     Start 8: gmsh.debug
> 5/8 Test #5: lapack.debug .....................   Passed   23.66 sec
> 6/8 Test #7: boost_zlib.debug .................   Passed   29.22 sec
> 7/8 Test #6: umfpack.debug ....................   Passed   37.05 sec
> 8/8 Test #8: gmsh.debug .......................***Failed   31.21 sec
> make[7]: *** 
> [tests/quick_tests/CMakeFiles/gmsh.debug.run.dir/build.make:57: 
> tests/quick_tests/CMakeFiles/gmsh.debug.run] Error 1
> make[6]: *** [CMakeFiles/Makefile2:9279: 
> tests/quick_tests/CMakeFiles/gmsh.debug.run.dir/all] Error 2
> make[5]: *** [CMakeFiles/Makefile2:9286: 
> tests/quick_tests/CMakeFiles/gmsh.debug.run.dir/rule] Error 2
> make[4]: *** [Makefile:3830: gmsh.debug.run] Error 2
> Test gmsh.debug: RUN
>
> What's wrong?

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/87y2athhad.fsf%4043-1.org.

Reply via email to