Hi! After installing Deal.II into my machine, it has not passed the quick tests. I have checked the quicktests.log, the error message for all four tests are as below,
Start 1: step.debug 1/4 Test #1: step.debug .......................***Failed 12.15 sec Test step.debug: BUILD =============================== OUTPUT BEGIN =============================== step.debug: BUILD failed. Output: [ 0%] Built target kill-step.debug-OK [ 0%] Built target expand_instantiations_exe [ 0%] Built target obj_opencascade.inst [ 0%] Built target obj_opencascade.debug [ 5%] Built target obj_boost_serialization.debug [ 5%] Built target obj_boost_system.debug [ 7%] Built target obj_boost_iostreams.debug [ 9%] Built target obj_amd_int.debug [ 18%] Built target obj_umfpack_I_UMF.debug [ 25%] Built target obj_umfpack_L_UMF.debug [ 31%] Built target obj_umfpack_I_UMFPACK.debug [ 35%] Built target obj_umfpack_L_UMFPACK.debug [ 35%] Built target obj_umfpack_DI_TSOLVE.debug [ 35%] Built target obj_umfpack_DI_TRIPLET_MAP_NOX.debug [ 35%] Built target obj_umfpack_DI_TRIPLET_MAP_X.debug [ 37%] Built target obj_umfpack_DI_TRIPLET_NOMAP_X.debug [ 37%] Built target obj_umfpack_DI_STORE.debug [ 37%] Built target obj_umfpack_DI_ASSEMBLE.debug [ 37%] Built target obj_umfpack_DI_SOLVE.debug [ 37%] Built target obj_umfpack_DL_TSOLVE.debug [ 37%] Built target obj_umfpack_DL_TRIPLET_MAP_NOX.debug [ 37%] Built target obj_umfpack_DL_TRIPLET_MAP_X.debug [ 37%] Built target obj_umfpack_DL_TRIPLET_NOMAP_X.debug [ 38%] Built target obj_umfpack_DL_STORE.debug [ 38%] Built target obj_umfpack_DL_ASSEMBLE.debug [ 38%] Built target obj_umfpack_DL_SOLVE.debug [ 38%] Built target obj_umfpack_GENERIC.debug [ 40%] Built target obj_amd_long.debug [ 40%] Built target obj_amd_global.debug [ 42%] Built target obj_muparser.debug [ 48%] Built target obj_fe.inst [ 55%] Built target obj_fe.debug [ 57%] Built target obj_dofs.inst [ 59%] Built target obj_dofs.debug [ 62%] Built target obj_numerics.inst [ 70%] Built target obj_numerics.debug [ 72%] Built target obj_lac.inst [ 77%] Built target obj_lac.debug [ 79%] Built target obj_base.inst [ 88%] Built target obj_base.debug [ 90%] Built target obj_grid.inst [ 94%] Built target obj_grid.debug [ 94%] Built target obj_hp.inst [ 96%] Built target obj_hp.debug [ 98%] Built target obj_multigrid.inst [ 98%] Built target obj_multigrid.debug [100%] Built target obj_distributed.inst [100%] Built target obj_distributed.debug [100%] Built target obj_algorithms.inst [100%] Built target obj_algorithms.debug [100%] Built target obj_integrators.debug [100%] Built target obj_matrix_free.inst [100%] Built target obj_matrix_free.debug [100%] Built target obj_meshworker.inst [100%] Built target obj_meshworker.debug [100%] Built target deal_II.g Linking CXX executable step.debug ../../lib/libdeal_II.g.so.8.4.1: undefined reference to `tbb::interface5::internal::task_base::destroy(tbb::task&)' collect2: error: ld returned 1 exit status gmake[7]: *** [tests/quick_tests/step.debug] Error 1 gmake[6]: *** [tests/quick_tests/CMakeFiles/step.debug.dir/all] Error 2 gmake[5]: *** [tests/quick_tests/CMakeFiles/step.debug.run.dir/rule] Error 2 gmake[4]: *** [step.debug.run] Error 2 step.debug: ****** BUILD failed ******* =============================== OUTPUT END =============================== Expected stage PASSED - aborting CMake Error at /root/dealii-8.4.1/cmake/scripts/run_test.cmake:140 (MESSAGE): *** abort As indicated in the log file, I guess there may be some problem with the TBB. I would like to ask if anyone could please teach me how to fix this error? I very much appreciate any help and hints, and thank you very much in advance! -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
