View previous topic :: View next topic |
Author |
Message |
khoshravan
Joined: 03 Dec 2012 Posts: 31
|
Posted: Sun Dec 23, 2012 8:36 pm Post subject: Which Visual Studio for Intel Visual Fortran should be used? |
|
|
Although this question is not related to SilverSoft products but it is about fortran and I hope somebody will help me.
I got Intel Visual Fortran 2013.
I don't hae Visual Studio.
There are few free VS on the net specially in Mircorosoft site.
I am wondering which one I have to download so that it will be integrated into Intel Visual Fortran Compiler?
Any help is highly appreciated. |
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8210 Location: Salford, UK
|
Posted: Mon Dec 24, 2012 10:02 am Post subject: |
|
|
The free VS Express comes in different packages (i.e. with different "plug-ins"). Each one will only serve one compiler. There is one for Microsoft C++, one for Microsoft C#, one for Silverfrost FTN95 etc.
Unless you use some trickery, you can only have one of these on your computer.
I don't know if there is one for Intel Fortran. |
|
Back to top |
|
 |
davidb
Joined: 17 Jul 2009 Posts: 560 Location: UK
|
Posted: Mon Dec 24, 2012 4:57 pm Post subject: |
|
|
If you have only an evaluation copy of Intel Visual Fortran Composer XE 2013 this doesn't come with the Shell, and you need to get an evaluation copy of the full Visual Studio 2010 which will last 90 days while you trial the Fortran.
If you have bought the Intel Visual Fortran Composer XE 2013, it includes Microsoft Visual Studio 2010 Shell so you can use it without purchasing Visual Studio 2010.
There shouldn't be any issue running multiple VS Shell applications on one computer, though sometimes installation is a pain (so many reboots!).
If you are just starting out, I wouldn't bother with the intel compiler yet; Silverfrost FTN95 or Express Edition provides better syntax checking and will help you write correct code, whereas the intel compiler is quite lax in this respect. _________________ Programmer in: Fortran 77/95/2003/2008, C, C++ (& OpenMP), java, Python, Perl |
|
Back to top |
|
 |
|