Hello,
I am new to intel Fortran. I have installed intel parallel studio XE cluster edition for windows 2017 free edition for students with microsoft vs 2015. I tried to test the FGMRES example. However, it gives the following error message.
/*
1>------ Build started: Project: Console1, Configuration: Debug Win32 ------
1>Compiling with Intel(R) Visual Fortran Compiler 17.0.0.109 [IA-32]...
1>Console1.f90
1>C:\Users\Elsayed\Documents\Visual Studio 2015\Projects\Console1\Console1\Console1.f90(79): error #6409: This name has already been used as an external procedure name. [DNRM2]
1>compilation aborted for C:\Users\Elsayed\Documents\Visual Studio 2015\Projects\Console1\Console1\Console1.f90 (code 1)
1>Project : warning PRJ0018 : The following environment variables were not found:
1>$(FNL_DIR)
1>
1>Build log written to "file://C:\Users\Elsayed\Documents\Visual%20Studio%202015\Projects\Console1\Console1\Debug\BuildLog.htm"
1>Console1 - 2 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
*/
Basically, I want to use intel fortran for computational fluid dynamics probelms. Could you please, explaine in a simple steps how to up and run with intel fortran? Is there any additional installation I should do?
Regards,
Elsayed