- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Newbe questions, but I haven't found the answers in the documentation yet....
1) what is the syntax for continuing onto additional command lines?
2) if that is not possible, where is the syntax for a command response file documented? I see an example with "##" for comments (why 2 "#"'s;documentation says1?) and what appears to be one switch option per line; is that the syntax?
3) I assume the the default command file: Ifort.cfg is the identical syntax, correct?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Windows does not have the concept of continued command lines, but the command line can be very long.
ifort.cfg is not a command file. It is read and interpreted by the ifort compiler driver. In the .cfg file, anything after a # is ignored, even a second #.
The ifort command does support response files, using the syntax:
ifort @foo.rsp
For more information, see the topics "configuration files" and "response files" in the compiler on-disk documentation

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