Intel fortran on vs2013 and vs2015 possible? - visual-studio

I run Visual Studio 2013 with Intel Fortran integrated.
Now I switch to VS 2015. Can I integrate the same Fortran installation in VS2015 too? How?
or must I reinstall Intel Fortran and integrate with only VS 2015?

The current release of Intel Visual Fortran (16.0) will integrate with all versions of Visual Studio from 2010 through to 2015, at the same time.
After installing a new version of Visual Studio you will need to reinstall Intel Visual Fortran.

Works fine in vs2019. After install, oneAPI-Base Toolkit and oneAPI-HPC Toolkit search FortranCompilerPkgs.vsix and intall it.

Related

How to find MSVC version on WIndows 10 without having Visual Studio Installer or Visual Studio?

I wanna know the version of the MSVC compiler. How can I do that without using Visual Studio or Installer?
I installed MSVC to compile Rust programs by using Visual Studio Installer. Later I uninstalled Visual Studio Installer but since my Rust programs are still building as normal, MSVC is still there. So I wanna know its version.

Why the massive overhead in a visual studio install

I install visual studio 2013 ultimate on a x64, and i get with is components from 2005 and a whole bunch for x86 ?!
Microsoft Visual C++ 2005 redistributable x86
It also , if i am not mistaken, gives me a version of visual studio 2010 as well as tooling and files only associated for those versions. There was no option to negate this. Do i really need all of this?

Nsight installation on both Visual Studio 2010 and Visual Studio 2012

I am using Windows 7 64bit on a Notebook with a GeForce GT 650M, driver version 335.23.
I have Visual Studio 2010 Professional + SP1 and Visual Studio 2012 Professional installed.
I need to use the CUDA Toolkit 5.5 on both of them, but when I launch the installer of Nsight Visual Studio Edition 3.2.2., it is installed only on VS2012 and not on VS2010. It says:
Installed:
- Nsight for Visual Studio 2012
- Nsight Monitor and HUD Launcher
- Nsight C++ AMP Debugger for Visual Studio 2012
- Nsight C++ AMP Target Support for MSVSMON
Not Installed:
- Nsight for Visual Studio 2010
Reason: VS2010 was not found
- Nsight for Visual Studio 2008
Reason: VS2008 SP1 was not found
My questions are: it is possible to install Nsight on multiple versions of Visual Studio? And if it is, how can I do this?
Thank you for your support.
Best,
Giulia
Nsight supports multiple versions of VS for sure as long as VS is installed correctly.
Could you make sure your VS2010 is workable? One thing is check regkey HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\10.0\ApplicationID. It should be "VisualStudio". If there is, would you mind paste your VS2010's version? Thanks.

Cuda 5.5 Toolkit (Windows) + MS Visual Studio requirement

I'm helping someone with a new Windows 7 workstation that has two nVidia GPUs and see that MS Visual Studio is required for the complete Cuda 5.5 Toolkit to install properly.
Silly question: is Visual Studio not a free download? Also: there are many different versions of Visual Studio 2012, which should be installed?
Thanks in advance for your comments and suggestions.
Dan
Visual Studio comes in free and non-free versions.
According to the CUDA 5.5 release notes, you need either the full version of Visual Studio 2012 or the free version, which is called Visual Studio Express, and has some limitations compared to the full (paid) version.
You want the version of Visual Studio which is for Desktop use (which includes the C++ environment).
"Visual Studio Express 2012 for Windows Desktop"

installing nSight Studio with Visual Studio

I would like to start programming CUDA.
I've installed Visual Studio 2010 Express.
I've also isntalled nVidia nSight Visual Studio.
And I have all common prerequisites (Net FrameWork, Java, ...)
But I cannot see any CUDA option in my Visual Studio options nor project properties.
What should I do?
Do I also need to install the Cuda toolkit? It's offered as a separate package but nSight has already installed something called cuda toolkit.
regards
I'm using Windows 7 64bit
Due to a technical limitation in the Visual Studio Express editions, Nsight for Visual Studio only supports Visual Studio 2008 Professional and above and Visual Studio 2010 Professional and above.
You need to install Cuda toolkit and Nsight for debugging.
As far as vs 2012 is concerned did you follow this guide?
http://code.msdn.microsoft.com/windowsdesktop/CUDA-50-and-Visual-Studio-20e71aa1#content
Although I made it work for build I cannot debug with nsight cause its just incompatible with visual studio 2012. I've tried nsight 3 rc2 Till now, I haven't found any way to make it work and I think I have to reinstall VS 2010...
"Nsight Visual Studio 2012 support will come with the next version that is scheduled for Q2'13.
One big reason for not supporting VS2012 is that the CUDA 5.0 toolkit doesn't support the new toolchain. Sorry for the inconvenience.
I should mention that the next release candidate of Nsight 3.0 will support C++ AMP debugging in VS2012 (but no other Graphics or CUDA features will be supported)"

Resources