Skip to content

Instantly share code, notes, and snippets.

@hballington12
hballington12 / fortran-ifort-windows-vs-vscode-instructions.md
Last active July 6, 2023 12:20
How to Set Up Intel Fortran Development on Windows in Visual Studio & Visual Studio Code

How to Set Up Intel Fortran Development on Windows in Visual Studio & Visual Studio Code

What this guide is for: This post details how to set up a Fortran development environment in Windows using Visual Studio Code (VS-Code) and the Intel Fortran compiler, ifort.

Installations

We will be installing both Visual Studio as well as VS-Code. This is because we will be bootstrapping the debugger from Visual Studio for our development in VS-Code. We will also be installing the Intel Fortran compilers via the Intel oneAPI basekit and HPC toolkit.