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