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
Can anyone share the magic combinations of compilers and versions that can compile the sw4 raja branch code? Do I need to downgrade GCC to 8.3? Any published compatibility matrix that shows the right combination of compilers and external libraries will be of great help.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
I am trying to compile raja branch of sw4, using Open MPI 5.0.3, GCC 8.4 (RHEL5 distributed) and CUDA 11.
From the compile configurations provided under the configs folder, I selected make.inc.cuda11gcc8.3.1c++17 as make.inc.
Unfortunately, regardless of the external version of RAJA I provide to the build, I get C++ error related to a missing member of "RAJA::resources":
Can anyone share the magic combinations of compilers and versions that can compile the sw4 raja branch code? Do I need to downgrade GCC to 8.3? Any published compatibility matrix that shows the right combination of compilers and external libraries will be of great help.
Thanks in advance!
The text was updated successfully, but these errors were encountered: