Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Changing the compiler in Visual Studio

Vineet_S_
Beginner
388 Views

Hello,

I am a new user of Intel Fortran compilers on Windows. I recently installed the Intel Parallel Studio 2016. And, I tested a Fortran code with and without MPI using the command prompt which worked well.

However, while using the Microsoft Visual Studio, when I try to compile any Fortran code, it always uses 'ífort' compiler. I would like to know if it is possible to compile a code using 'mpiifort' in the Microsoft Visual Studio? Also, is it possible to tell the Visual Studio to use a Makefile for the compilation?

Best regards,

Vineet

0 Kudos
1 Reply
Steven_L_Intel1
Employee
388 Views

mpifort is not a compiler - it's a batch file that runs the compiler with some added defaults. You can add those to your project.

No, Visual Studio does not support makefiles.

0 Kudos
Reply