Hello I am on a linux workstation with ubuntu 18.04. I have successfully installed deal-II (9.1.1) including ginkgo. When I tried to run the deal-II tests with 'make test' ALL of them failed. The reason of failing in ALL tests is due to the following error
../../lib/libdeal_II.so.9.1.1: error: undefined reference to 'gko::OmpExecutor::raw_copy_to(gko::HipExecutor const*, unsigned long, void const*, void*) const' ../../lib/libdeal_II.so.9.1.1: error: undefined reference to 'typeinfo for gko::HipExecutor' collect2: error: ld returned 1 exit status I build ginkgo the way it's described in https://www.dealii.org/current/external-libs/ginkgo.html the installation was successful and all the tests of ginkgo passed. any suggestions on how to resolve this issue? many thanks Thodoros -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/ceb3f553-3b1c-428b-a47c-e732a4f3e3e6%40googlegroups.com.
