Make test fail after installation

28 views
Skip to first unread message

Sou Ren

unread,
Jun 28, 2021, 4:03:58 PM6/28/21
to deal.II User Group
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 and I also had a look at this page . 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?

Matthias Maier

unread,
Jun 28, 2021, 4:21:17 PM6/28/21
to dea...@googlegroups.com
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 <soure...@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

Sou Ren

unread,
Jun 28, 2021, 4:26:06 PM6/28/21
to deal.II User Group
Wow that was a quick response.
Thanks for your help Matthias. 
Well as I mentioned I am new to deal.ii and am at the discovering stage. But I risk to get back to you in the future for this error message.

Thanks again

Reply all
Reply to author
Forward
0 new messages