Intel® Fortran Compiler 16.0 User and Reference Guide
Specifies compatibility with Microsoft* Visual C++ or Microsoft* Visual Studio.
Not available on Intel® 64 architecture targeting the Intel® Xeon Phi™ coprocessor x100 product family (formerly code name Knights Corner)
Linux and OS X: | None |
Windows: | /Qvc14 /Qvc12 /Qvc11 /Qvc10 |
None
varies |
When the compiler is installed, it detects which version of Visual Studio is on your system. Qvc defaults to the form of the option that is compatible with that version. When multiple versions of Visual Studio are installed, the compiler installation lets you select which version you want to use. In this case, Qvc defaults to the version you choose. |
This option specifies compatibility with Microsoft* Visual C++ or Microsoft* Visual Studio.
Option |
Description |
---|---|
/Qvc14 |
Specifies compatibility with Microsoft* Visual Studio 2015. |
/Qvc12 |
Specifies compatibility with Microsoft* Visual Studio 2013. |
/Qvc11 |
Specifies compatibility with Microsoft* Visual Studio 2012. |
/Qvc10 |
Specifies compatibility with Microsoft* Visual Studio 2010. This is a deprecated option. |
None