- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It would be very helpful to see the enabled ifc options for a compiler run. Reading the user guide I couldn't find a trigger for this. Is it hidden somewhere? Or is it not implemented? If not implemented see it as a hint for the compiler development.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ifc -dryrun will give a list of options that are passed to the compiler by the driver. Note that this will include some internal (therefore, undocumented) compiler switches. ifc -v test.f will list the options and also compile the file.
You can see these and other compiler options in the online help: ifc -help
and also in the compiler user's guide.
You might also want to check what is specified in your configuration file, typically /opt/intel/compiler70/ia32/bin/ifc.cfg
Martyn
You can see these and other compiler options in the online help: ifc -help
and also in the compiler user's guide.
You might also want to check what is specified in your configuration file, typically /opt/intel/compiler70/ia32/bin/ifc.cfg
Martyn

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