Hello,
I am trying to compile a .f90 file provided by the National Renewable Energy Lab for their program OpenFAST. They supply the .f90 file and a CMake file, and instruct the user to run the CMake file.
I have Visual Studio 2017 and the other day I downloaded Parallel Studio XE 2018, the 30 day trial. I have been unable to get CMake to recognize the Fortran compiler.
VS has the Desktop Development C++ package, and PSXE is integrated with VS. If I type ifort in to any command window I get a response, so it's there. I found this article about troubleshooting Fortran integration: https://software.intel.com/en-us/articles/troubleshooting-fortran-integr.... At the end of step 2 it says to look at the file version of the integration DLLs. My DLL versions don't quite fit the style of that example, but the last numbers are 15. How did I get integration DLLs for VS 2015? I only have 2017 installed.
I read on another Intel article (I can't find it again right now) that if PSXE does not recognize the version of Visual Studio then it will install the integration for the 2015 shell. Under the release notes for PSXE 2018, https://software.intel.com/en-us/articles/intel-visual-fortran-compiler-..., it says that the trial version does not come with the 2015 shell version though.
Is my problem because PSXE is in the 30 day trial? If not, how do I get the correct integration DLLs? I've spent 6 days trying to compile this one file. I'm not a programmer, I'm just trying to compile the controller to use this NREL program to simulate wind turbines.
Thank you.