- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I compile my programs using ifort Version 15.0. For mic offloaded code I compile it using "-offload" argument, as far as I know it has to be "-qoffload", but why I don't get any warnings when I compile without q in front? Thanks.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I found the following note in the Fortran reference manual (https://software.intel.com/en-us/node/524880)
Occasionally, compiler options are marked as "deprecated." Deprecated options are still supported in the current release, but are planned to be unsupported in future releases.
Usually if a compiler doesn't recognize an option it will pass that option on to the loader (which will then complain if it has been handed something that is not a loader option.) But in this case, I believe "-offload" is being handled as a deprecated option. It is good that you are aware of the change and are moving to the new option now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks!

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