- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Will optimization parameters like: -O3 -no-prec-div -ipo -axP
disable the -heap_arrays parameter?
Thanks.
- JT
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Just to make sure, use "-heap-arrays" with a dash and not an underscore.
Those other arguments will have no affect on -heap-arrays. However, they may have other effects that cause unrelated anomalies. You can add
-g -traceback
along with optimizations. This to give you the location of any aborts.
ron
Those other arguments will have no affect on -heap-arrays. However, they may have other effects that cause unrelated anomalies. You can add
-g -traceback
along with optimizations. This to give you the location of any aborts.
ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you Ronald.
- JT
- JT

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page