- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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
링크가 복사됨
6 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Use /exe:mydll.dll instead of /out, which is not a supported option.
