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
Use -O1 instead of -O0, because the HIP compiler has various issues with
the latter. For example, it segfaults when compiling WarpX. It fails
with errors of size exceeding limit at link time when compiling
Tests/Amr/Advection_AmrCore/Exec. Now both codes work (with GNU Make).
Add -munsafe-fp-atomics in debug mode too.
The changes are for GNU Make only. Even with `-O1`, CMake still does not
work.
0 commit comments