- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When attempting to use the switch "-align array64byte", I get the following error message:
ifort: command line error: Unrecognized keyword 'array64byte' for option '-align'
Admittedly, I'm not using v13 of the compiler. (I am using v12.) Is that the cause of my problem?
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, it is. That's a newer option. You can use !DEC$ ATTRIBUTES ALIGN for individual arrays if you wish.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Follow-up question... Is it "!DEC$ ATTRIBUTES ALIGN" or "!DIR$ ATTRIBUTES ALIGN"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Either will work. !DEC$ is traditional (for us), but we support !DIR$ too.

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