Hi Romin,

That error means that the quicktest for gmsh failed - in particular, deal.II 
was not able to successfully run your gmsh executable. This usually means that 
there is something wrong with your gmsh installation.

Unless you plan on using gmsh from inside deal.II (i.e., calling gmsh to 
generate a mesh, not reading a mesh that already exists) you can ignore this 
error.

Do you want to use gmsh in this way? If so, can you try running gmsh outside of 
deal.II to try and isolate the problem?

Best,
David
________________________________
From: dealii@googlegroups.com <dealii@googlegroups.com> on behalf of Romin 
Chittettu <romin.chim...@gmail.com>
Sent: Tuesday, December 29, 2020 7:55 AM
To: deal.II User Group <dealii@googlegroups.com>
Subject: [deal.II] Unable to run 'make test'

Hi all,
I am new to deal.ii and have tried my best to get a solution to this error. 
Couldnt find any. Hope someone could help me out. The installation was done 
following the steps mentioned on the website. on an Ubuntu environment
the previous steps of installation work perfectly fine. I get an error in 'make 
test' which is as follows:



[100%] Running quicktests...
Test project /home/romin/dealii-9.2.0/build/tests/quick_tests
    Start 6: gmsh.debug
    Start 1: step.debug
    Start 2: step.release
    Start 3: affinity.debug
1/6 Test #3: affinity.debug ...................   Passed    1.06 sec
    Start 4: tbb.debug
2/6 Test #2: step.release .....................   Passed    1.21 sec
    Start 5: boost_zlib.debug
3/6 Test #6: gmsh.debug .......................***Failed    1.34 sec
make[7]: *** [tests/quick_tests/CMakeFiles/gmsh.debug.run.dir/build.make:76: 
tests/quick_tests/CMakeFiles/gmsh.debug.run] Error 1
make[6]: *** [CMakeFiles/Makefile2:5883: 
tests/quick_tests/CMakeFiles/gmsh.debug.run.dir/all] Error 2
make[5]: *** [CMakeFiles/Makefile2:5890: 
tests/quick_tests/CMakeFiles/gmsh.debug.run.dir/rule] Error 2
make[4]: *** [Makefile:2393: gmsh.debug.run] Error 2
Test gmsh.debug: RUN
===============================   OUTPUT BEGIN  ===============================
[  0%] Built target kill-gmsh.debug-OK
[  0%] Built target obj_sundials_inst
[  0%] Built target obj_sundials_debug
[  5%] Built target obj_tbb_debug
[  7%] Built target obj_muparser_debug
[ 13%] Built target expand_instantiations_exe
[ 21%] Built target obj_numerics_inst
[ 28%] Built target obj_numerics_debug
[ 36%] Built target obj_fe_inst
[ 55%] Built target obj_fe_debug
[ 57%] Built target obj_dofs_inst
[ 69%] Built target obj_dofs_debug
[ 71%] Built target obj_lac_inst
[ 78%] Built target obj_lac_debug
[ 82%] Built target obj_base_inst
[103%] Built target obj_base_debug
[103%] Built target obj_gmsh_inst
[103%] Built target obj_gmsh_debug
[107%] Built target obj_grid_inst
[123%] Built target obj_grid_debug
[125%] Built target obj_hp_inst
[125%] Built target obj_hp_debug
[125%] Built target obj_multigrid_inst
[130%] Built target obj_multigrid_debug
[132%] Built target obj_distributed_inst
[136%] Built target obj_distributed_debug
[136%] Built target obj_algorithms_inst
[138%] Built target obj_algorithms_debug
[138%] Built target obj_matrix_free_inst
[140%] Built target obj_matrix_free_debug
[142%] Built target obj_meshworker_inst
[142%] Built target obj_meshworker_debug
[142%] Built target obj_opencascade_inst
[142%] Built target obj_opencascade_debug
[144%] Built target obj_particle_inst
[146%] Built target obj_particle_debug
[148%] Built target obj_differentiation_ad_inst
[150%] Built target obj_differentiation_ad_debug
[153%] Built target obj_differentiation_sd_inst
[153%] Built target obj_differentiation_sd_debug
[153%] Built target obj_physics_inst
[155%] Built target obj_physics_debug
[155%] Built target obj_physics_elasticity_inst
[157%] Built target obj_physics_elasticity_debug
[157%] Built target obj_non_matching_inst
[157%] Built target obj_non_matching_debug
[159%] Built target deal_II.g
[161%] Built target gmsh.debug
gmsh.debug: RUN failed. Output:

--------------------------------------------------------
An error occurred in line <54> of file 
</home/romin/dealii-9.2.0/tests/quick_tests/gmsh.cc> in function
    int main()
The violated condition was:
    ierr == 0
Additional information:
    This exception -- which is used in many places in the library -- usually 
indicates that some condition which the author of the code thought must be 
satisfied at a certain point in an algorithm, is not fulfilled. An example 
would be that the first part of an algorithm sorts elements of an array in 
ascending order, and a second part of the algorithm later encounters an element 
that is not larger than the previous one.

There is usually not very much you can do if you encounter such an exception 
since it indicates an error in deal.II, not in your own program. Try to come up 
with the smallest possible program that still demonstrates the error and 
contact the deal.II mailing lists with it to obtain help.

Stacktrace:
-----------
#0  /home/romin/dealii-9.2.0/build/tests/quick_tests/gmsh.debug: main
--------------------------------------------------------

Aborted (core dumped)


gmsh.debug: ******    RUN failed    *******

===============================    OUTPUT END   ===============================
Expected stage PASSED - aborting
CMake Error at /home/romin/dealii-9.2.0/cmake/scripts/run_test.cmake:140 
(MESSAGE):
  *** abort



4/6 Test #4: tbb.debug ........................   Passed    1.01 sec
5/6 Test #5: boost_zlib.debug .................   Passed    0.89 sec
6/6 Test #1: step.debug .......................   Passed    3.98 sec

83% tests passed, 1 tests failed out of 6

Total Test time (real) =   3.98 sec

The following tests FAILED:
      6 - gmsh.debug (Failed)
Errors while running CTest

***************************************************************************
**                 Error: Some of the quick tests failed.                **
***************************************************************************

Please scroll up or check the file tests/quick_tests/quicktests.log for the
error messages. If you are unable to fix the problems, see the FAQ or write
to the mailing list linked at http://www.dealii.org

CMake Error at /home/romin/dealii-9.2.0/tests/quick_tests/run.cmake:78 
(MESSAGE):


make[3]: *** [tests/quick_tests/CMakeFiles/test.dir/build.make:77: 
tests/quick_tests/CMakeFiles/test] Error 1
make[2]: *** [CMakeFiles/Makefile2:6347: 
tests/quick_tests/CMakeFiles/test.dir/all] Error 2
make[1]: *** [CMakeFiles/Makefile2:6354: 
tests/quick_tests/CMakeFiles/test.dir/rule] Error 2
make: *** [Makefile:2614: test] Error 2


Do let me know if any further information is needed.
Thanking you,
Romin

--
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<mailto:dealii+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/7e5b57fd-2055-4483-ace6-c741e067b16bn%40googlegroups.com<https://groups.google.com/d/msgid/dealii/7e5b57fd-2055-4483-ace6-c741e067b16bn%40googlegroups.com?utm_medium=email&utm_source=footer>.

-- 
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/BN7PR03MB435689711ADE802E71DD940BEDD20%40BN7PR03MB4356.namprd03.prod.outlook.com.

Reply via email to