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
Describe the bug
Since we have enforced minimum ROCm version ( #843 ), we need to update setonix-gpu.profile. Currently, when you compile Quokka on Setonix, you will get an error: "You must use ROCm version >= 6.3 to compile Quokka. All previous ROCm versions have compiler bugs that may cause Quokka to produce incorrect results.", because rocm/5.7.1 is used.
However, the maximum version available on Setonix is rocm/5.7.1, so we should either replace this FATAL_ERROR with a warning or request Setonix IT to install rocm/6.3.1
To Reproduce
Steps to reproduce the behavior:
Compile this problem on Setonix following the instructions on the official documentation page.
See error
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Since we have enforced minimum ROCm version ( #843 ), we need to update setonix-gpu.profile. Currently, when you compile Quokka on Setonix, you will get an error: "You must use ROCm version >= 6.3 to compile Quokka. All previous ROCm versions have compiler bugs that may cause Quokka to produce incorrect results.", because rocm/5.7.1 is used.
However, the maximum version available on Setonix is
rocm/5.7.1
, so we should either replace thisFATAL_ERROR
with a warning or request Setonix IT to install rocm/6.3.1To Reproduce
Steps to reproduce the behavior:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: