Dear @qmalik
we have found the issue most likely. Your Geant4 was probably compiled without multithreading support. You need to enable this when building Geant4 with
cmake -DGEANT4_BUILD_MULTITHREADED=ON ..
Then all should work fine.
All the best,
Simon
qmalik
October 28, 2021, 12:35pm
22
Hi Simon,
Thank you for your feedback,
Now most of the tests pass except the tests involving depositionreader
90% tests passed, 18 tests failed out of 183
Label Time Summary:
coverage = 35.85 sec*proc (66 tests)
Total Test time (real) = 716.30 sec
The following tests FAILED:
5 - examples/eudet_rd53a (SEGFAULT)
117 - modules/DepositionReader/01-csv (Failed)
118 - modules/DepositionReader/02-root (Failed)
119 - modules/DepositionReader/03-no_time_csv (Failed)
120 - modules/DepositionReader/04-no_time_root (Failed)
121 - modules/DepositionReader/05-no_mcp_csv (Failed)
122 - modules/DepositionReader/06-no_mcp_root (Failed)
123 - modules/DepositionReader/07-root_notree (Failed)
124 - modules/DepositionReader/08-root_branches (Failed)
125 - modules/DepositionReader/09-root_branch_wrong (Failed)
126 - modules/DepositionReader/10-wrong_detector (Failed)
127 - modules/DepositionReader/11-outside_sensor (Failed)
128 - modules/DepositionReader/12-end_of_file (Failed)
129 - modules/DepositionReader/13-end_of_tree (Failed)
130 - modules/DepositionReader/14-truncate_csv (Failed)
131 - modules/DepositionReader/15-truncate_root (Failed)
132 - modules/DepositionReader/16-mcp_ordered (Failed)
133 - modules/DepositionReader/17-mcp_unordered (Failed)
Hi @qmalik
please check my previous post: Testing the Allpix installation CTEST - #16 by simonspa
These fail because your ROOT version does not have Python support. But that’s not needed for the simulation so it is not a requirement stated in the manual. Feel free to either recompile your ROOT with python support or to simly ignore these tests.
/Simon