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
A workaround is to modify the CMakeLists.txt and set
target_compile_definitions(OGL PUBLIC WM_LABEL_SIZE=32 WM_ARCH_OPTION=32
NoRepository WM_SP)
here the important bit is to set WM_SP since this will be used with #ifdef macros to set the scalar type in scalar.H. Eventually this should be done automatically by cmake, by reading$WM_LABEL_SIZE and $WM_PRECISION_OPTION.
The text was updated successfully, but these errors were encountered:
Currently, we only support DP scalars. Compiling against SP OpenFOAM leads to the following error.
A workaround is to modify the CMakeLists.txt and set
here the important bit is to set
WM_SP
since this will be used with #ifdef macros to set the scalar type in scalar.H. Eventually this should be done automatically by cmake, by reading$WM_LABEL_SIZE
and$WM_PRECISION_OPTION
.The text was updated successfully, but these errors were encountered: