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

VS 2003 / IVF: Exporting a Make File ?

john3
Beginner
354 Views
Am trying to evalutate running on Linux with IVF. To make this easier I thought I would export a make file (CVF had this ability) but can't seem to see how to do it with VS 2003/IVF 9.1.1. So, can this be done?

And, any suggestions for smoothly porting VS 2003 IDE Win XP IVF projects to Linux IVF with no IDE?

Thanks.

John
0 Kudos
1 Reply
Steven_L_Intel1
Employee
354 Views
Microsoft removed that feature in VS.NET.

What I do is a Rebuild and capture the build output where it shows all the "ifort" commands it issued. You can use this to construct a script for Linux. Unfortunately, the dependency info for a makefile is not available.
0 Kudos
Reply