- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
6 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Use /exe:mydll.dll instead of /out, which is not a supported option.

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