On 2/14/20 12:49 AM, Thodoros Katsaounis wrote:

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?

Good question. I think you probably want to ask the gingko people on their mailing list why that function is not available. It's not a template function, so it's not a question of instantiation -- it seems to simply not be available in the gingko library.

Best
 W.

--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 bange...@colostate.edu
                           www: http://www.math.colostate.edu/~bangerth/

--
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 dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/f847150d-e1ae-adbf-581c-3a1e4b5ea8f9%40colostate.edu.

Reply via email to