How to make Intel Parallel in Visual Studio run .f77, .f95, etc.?

396 Views Asked by At

It seems that after installing Intel Parallel XE 2020 on Visual Studio 2019, I cannot run some extensions of Fortran such as .f77 and f95. It runs .f90 for example, but how can I fix it to run every extension?

1

There are 1 best solutions below

2
John Alexiou On

What you are looking for is in Tools/Options and then Intel Compilers and IFORT/General under Sources.

Add the .f77 and .f95 extensions to the appropriate file format.

scr