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

Any IDE support IVF8.1 EM64T?

Zhanghong_T_
Novice
600 Views
Hi all,
I am trying to compile Fortran code with IVF8.1 EM64T. However, the Intel 64 bit Fortran compiler can't beintegrate into an IDE such as VS.net 2003 so I have to compile my Fortran code by command line. I am a computer beginer and am afraid of command line:( Is there any IDE which can integrate the Intel 64 bit Fortran compiler? Is it possible to integrate it into VS.net 2005 (which support for 64 bit OS)?
PS: My OS system is: Microsoft Windows XP Profession x64 Edition Version 2003, Service Pack 1
CPU: Intel Xeon CPU 3.00GHz
Thanks,
Zhanghong Tang
0 Kudos
6 Replies
TimP
Honored Contributor III
600 Views
I'm more afraid of Visual Studio than of command line. Intel compilers for Windows EM64T are intended eventually to run in Visual Studio 2005. I don't know what the status is; I have not been able to get a copy of Visual Studio 2005 beta for myself.
0 Kudos
Steven_L_Intel1
Employee
600 Views
Read the Fortran for EM64T release notes for a description of how you can use the EM64T compiler from within the VS.NET IDE. This is not complete integration. VS.NET integration for EM64T is likely to be available in a future release that supports VS.NET 2005 (later this year). We may also offer integration into VS.NET 2003, but that work is not currently scheduled.
0 Kudos
Zhanghong_T_
Novice
600 Views
Thank both of you very much. I have got a Visual Studio 2005 beta version, but the IVF8.1 EM64T can't be integrated into it. I wish for a sooner integrated IVF EM64T version.
In addition, I have got to know that I must install Microsoft Windows Server 2003 for 64-bit Extended Systems and Microsoft Platform SDK. Why? Can I install XP Profession x64 Edition version 2003 instead?
Thanks,
Zhanghong Tang
0 Kudos
Steven_L_Intel1
Employee
600 Views
Windows XP 64-bit seems to work - we haven't done a lot of testing of it yet. Unfortunately, due to Microsoft licensing requirements, we can't ship support for VS.NET 2005 until Microsoft releases it. When they do, we should be adding support soon afterward.
0 Kudos
Zhanghong_T_
Novice
600 Views
Hi Steve,
Thank you again!
Now I have tried to build a DLL. I typed the following command:
ifort *.f90 /dll /out: mydll.dll
What's wrong in my command? The compiler displayed:
ifort: Command line warning: ignoring option '-o'; argument must be separate
However, I haven't typed 'o' command.
Thanks,
Zhanghong Tang
0 Kudos
Steven_L_Intel1
Employee
600 Views
Use /exe:mydll.dll instead of /out, which is not a supported option.
0 Kudos
Reply