Dear Deal.ii community,
I'm trying to compile the Deal.II (9.2.0, 9.3.0 or dev branch) with examples enabled, the compilation goes well until it reaches the example phase, for example step-9 in version dev branch breaks the compilation with an error
../../lib/libdeal_II.g.so.10.0.0-pre: error: undefined reference to 'gko::log::Logger::criterion_check_completed_mask'
it is worth mentioning that the same error arises when I was compiling version 9.2.0.
of course disabling the examples -DDEAL_II_WITH_EXAMPLES=OFF byoasses the issue and the compilation carries on well.
I have compiled Ginkgo dev branch then version 1.3.0 down to version 1.0.0 but inspecting the generated shared libraries for every ginkgo version with nm utility shows no symbols corresponding to
criterion_check_completed_mask:
nm --dynamic --print-file-name /path/ginkgo/lib/libgimkgo*|grep -i criterion_check_completed_mask
Any help to figure this out would be really appreciated.
Thank you in advance,
Kind regards,
Saad
System : Centos 6.10 final x86_64
cmake : version 3.20.4
GNU compiler : version 9.3.1