@mnlevy1981 identified a runtime error when using nvhpc compiler with -O2 flag. When switching to -O0 flag, NVHPC ran but the answer differed from the other compilers for conservation check.
Acceptance Criteria
- Make NVHPC work with
-O2 and provide consistent results with Intel/GNU.
- Report to NVIDIA if it is a compiler bug and wait for their fix.
Ideas
- Debug more about the
-O2 flag.
@mnlevy1981 identified a runtime error when using nvhpc compiler with
-O2flag. When switching to-O0flag, NVHPC ran but the answer differed from the other compilers for conservation check.Acceptance Criteria
-O2and provide consistent results with Intel/GNU.Ideas
-O2flag.