MIT-SPARK / TEASER-plusplus

A fast and robust point cloud registration library
MIT License
1.81k stars 344 forks source link

Ctest (Test #18) failed #96

Closed kidpaul94 closed 3 years ago

kidpaul94 commented 3 years ago

Hi, thank you for the great work. I'm merely following the documentation about compilation and installation, and encountered this error:

98% tests passed, 1 tests failed out of 48

Total Test time (real) =  32.66 sec

The following tests FAILED:
     18 - RegistrationTest.SolveRegistrationProblemDecoupled (SEGFAULT)
Errors while running CTest

I'm not sure where this error comes from.

Current system version: Ubuntu 20.04 CMake = 3.16.3 Eigen3 = 3.3.7 PCL = 1.11.1 Boost = 1.71.0

kidpaul94 commented 3 years ago

OMP_NUM_THREADS=12 was still the only solution for this SEGFAULT related issue.

jingnanshi commented 3 years ago

@kidpaul94 thank you for reporting the issue. You are correct, unfortunately using 12 threads is still the only solution.

SubMishMar commented 2 years ago

Where can I set OMP_NUM_THREADS=12, for me 20 tests fail. Screenshot from 2022-03-21 21-28-16 `

jingnanshi commented 2 years ago

Where can I set OMP_NUM_THREADS=12, for me 20 tests fail. Screenshot from 2022-03-21 21-28-16 `

How did you set it? Did you set it as an environmental variable?