|
[Sponsors] |
December 12, 2023, 12:24 |
UnitTests Geometry Error
|
#1 |
New Member
Join Date: Dec 2023
Posts: 14
Rep Power: 3 |
Hi, I have built SU2 v8.0.0 from source code and I am running the unit tests to check if it is working correctly using:
./UnitTests/test_driver However, I get the following error with the geometry test. j@j-GL553VD:~/SU2/Source/SU2-v8.0.0/build$ mpirun -n 2 ./UnitTests/test_driver ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ test_driver is a Catch v2.13.9 host application. Run with -? for options ------------------------------------------------------------------------------- Geometry constructor ------------------------------------------------------------------------------- ../UnitTests/Common/geometry/CGeometry_test.cpp:33 .................................................. ............................. ../UnitTests/Common/geometry/CGeometry_test.cpp:42: FAILED: CHECK( aux_geometry->GetnPoint() == 125 ) with expansion: 62 == 125 ../UnitTests/Common/geometry/CGeometry_test.cpp:43: FAILED: CHECK( aux_geometry->GetnElem() == 64 ) with expansion: 42 == 64 ../UnitTests/Common/geometry/CGeometry_test.cpp:44: FAILED: CHECK( aux_geometry->GetnElemHexa() == 64 ) with expansion: 42 == 64 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ test_driver is a Catch v2.13.9 host application. Run with -? for options ------------------------------------------------------------------------------- Geometry constructor ------------------------------------------------------------------------------- ../UnitTests/Common/geometry/CGeometry_test.cpp:33 .................................................. ............................. ../UnitTests/Common/geometry/CGeometry_test.cpp:42: FAILED: CHECK( aux_geometry->GetnPoint() == 125 ) with expansion: 63 == 125 ../UnitTests/Common/geometry/CGeometry_test.cpp:44: FAILED: {Unknown expression after the reported line} due to a fatal error condition: SIGSEGV - Segmentation violation signal ../UnitTests/Common/geometry/CGeometry_test.cpp:43: FAILED: CHECK( aux_geometry->GetnElem() == 64 ) with expansion: 43 == 64 ../UnitTests/Common/geometry/CGeometry_test.cpp:44: FAILED: CHECK( aux_geometry->GetnElemHexa() == 64 ) with expansion: 43 == 64 ================================================== ============================= test cases: 3 | 2 passed | 1 failed assertions: 15 | 11 passed | 4 failed [j-GL553VD:72783] *** Process received signal *** [j-GL553VD:72783] Signal: Segmentation fault (11) [j-GL553VD:72783] Signal code: (-6) [j-GL553VD:72783] Failing at address: 0x3e800011c4f [j-GL553VD:72783] [ 0] /lib/x86_64-linux-gnu/libc.so.6(+0x42520)[0x7fb4c3642520] [j-GL553VD:72783] [ 1] ./UnitTests/test_driver(+0x6e1ae)[0x561664e0b1ae] [j-GL553VD:72783] [ 2] ./UnitTests/test_driver(+0x8d77a)[0x561664e2a77a] [j-GL553VD:72783] [ 3] ./UnitTests/test_driver(+0xa8edd)[0x561664e45edd] [j-GL553VD:72783] [ 4] ./UnitTests/test_driver(+0xb66e1)[0x561664e536e1] [j-GL553VD:72783] [ 5] ./UnitTests/test_driver(+0xbb508)[0x561664e58508] [j-GL553VD:72783] [ 6] ./UnitTests/test_driver(+0xbba7c)[0x561664e58a7c] [j-GL553VD:72783] [ 7] ./UnitTests/test_driver(+0x5e27e)[0x561664dfb27e] [j-GL553VD:72783] [ 8] /lib/x86_64-linux-gnu/libc.so.6(+0x29d90)[0x7fb4c3629d90] [j-GL553VD:72783] [ 9] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80)[0x7fb4c3629e40] [j-GL553VD:72783] [10] ./UnitTests/test_driver(+0x65565)[0x561664e02565] [j-GL553VD:72783] *** End of error message *** -------------------------------------------------------------------------- Primary job terminated normally, but 1 process returned a non-zero exit code. Per user-direction, the job has been aborted. -------------------------------------------------------------------------- ../UnitTests/Common/geometry/CGeometry_test.cpp:44: FAILED: {Unknown expression after the reported line} due to a fatal error condition: SIGTERM - Termination request signal ================================================== ============================= test cases: 3 | 2 passed | 1 failed assertions: 17 | 13 passed | 4 failed -------------------------------------------------------------------------- mpirun noticed that process rank 1 with PID 0 on node jaime-GL553VD exited on signal 11 (Segmentation fault). -------------------------------------------------------------------------- Any ideas on how to solve this? Thanks for the help in advance |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Building OpenFOAM1.7.0 from source | ata | OpenFOAM Installation | 46 | March 6, 2022 14:21 |
[OpenFOAM] ParaView command in Foam-extend-4.1 | mitu_94 | ParaView | 0 | March 4, 2021 14:46 |
Compile calcMassFlowC | aurore | OpenFOAM Programming & Development | 13 | March 23, 2018 08:43 |
OpenFOAM without MPI | kokizzu | OpenFOAM Installation | 4 | May 26, 2014 10:17 |
Ansys Fluent 13.0 UDF compilation problem in Window XP (32 bit) | Yogini | Fluent UDF and Scheme Programming | 7 | October 3, 2012 08:24 |