- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have the Intel C++ compiler installed onto a Windows machine, which has been using MSVC 10 (2010). I recently installed MSVC 12 (2013) alongside the MSVC 10 compiler, and now icpc seems to be defaulting to use that version of MSVC. Is there a way to configure the Intel compiler to use the MSVC 10 version instead?
- Tags:
- CC++
- Development Tools
- Intel® C++ Compiler
- Intel® Parallel Studio XE
- Intel® System Studio
- Optimization
- Parallel Computing
- Vectorization
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When sourcing the compilervars.bat file, I found you can specify both the architecture and version of visual studio you want to use:
call "c:\Program Files (x86)\Intel\Composer XE 2015\bin\compilervars.bat" intel64 vs2010
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When sourcing the compilervars.bat file, I found you can specify both the architecture and version of visual studio you want to use:
call "c:\Program Files (x86)\Intel\Composer XE 2015\bin\compilervars.bat" intel64 vs2010

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page