Open aprokop opened 6 years ago
Yeah there is a bug with the current development version of dealii where -fopenmp
is not passed correctly when cusolver is used https://cdash.kyomu.43-1.org/testDetails.php?test=8527129&build=1390 I am hoping to fix it this week end.
I am seeing similar issues if deal.II
is built with CUDA
support, but mfmg
isn't.
-fopenmp
flag is present in the link, and is aftercusolver
. DealII was installed through spack. This does not happen when DealII is installed independently.Enabling CUDA in MFMG leads to successful linking.