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
the installation was successful and all the tests of ginkgo passed.
any suggestions on how to resolve this issue?
many thanks
Thodoros