- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2021
02:44 AM
AOCC issues with O3 optimization
Hi to all,
I am testing a in-house CFD code with massive floating point operations in a system with the Ryzen 7 5800X CPU. Using gnu compiler, it works flawlessly. Under AOCC 2.3 compiler, in debug mode (O0 optimization) it also works properly. When I try to use O2 or O3 options, the code segafaults or gives NaN errors. In O1 it works again, but with poor performance. There are no other option in compilation. Some hints? Thank you.
0 Replies