You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was having trouble building eamxx with nvidia compiler. #7002
As it's not clear if it supports quad precision, tried to turn it off with something like: set(HOMME_QUAD_PREC FALSE CACHE BOOL "")
however, it was still trying to build with longdouble_kind = 16
Was having trouble building eamxx with nvidia compiler. #7002
As it's not clear if it supports quad precision, tried to turn it off with something like:
set(HOMME_QUAD_PREC FALSE CACHE BOOL "")
however, it was still trying to build with
longdouble_kind = 16
In
components/homme/src/share/kinds.F90
should probably be:
ndk/homme/fix-HOMME_QUAD_PREC-logic
The text was updated successfully, but these errors were encountered: