Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Exporting makefiles (sort of)

ivfuser
Beginner
247 Views
I have recently made the switch to DevStudio .NET for the primary purpose of using IVF. So far, so good!

The docs for DevStudio .NET 2002 say that support for exporting makefiles has been eliminated. Swell. So much for easily diffing build configs.

The good news is, the new project files are not only human-readable, they seem to be readily parsable XML. Cool.

But wait. The IVF compiler and linker flags appear (Please correct me!) to be neither the short nor long forms of the CLI flags. Instead, the project files seem to be using nice descriptive names for the flags. That is welcome, especially if I have a mapping back to the CLI flags. Is this mapping documented?

Thanks
0 Kudos
2 Replies
Steven_L_Intel1
Employee
247 Views
No, it isn't. Sorry.
0 Kudos
ivfuser
Beginner
247 Views

sblionel wrote:
No, it isn't. Sorry.




That's disappointing. I will log it with Premier Support.

Thanks.
0 Kudos
Reply