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

I need some help for running f90 files.

jerry_j_
Beginner
518 Views

Hi, I just started to study fortran language.

And I have some problem. F90 files which my prof give me doesn't work.

There are two f90 files. and i think one of them is main file and the other is source file

But these doesn't work.

How can i make these file run?

pls give me some advise..

p.s I'm using visual studio 2012 and i attach my files.

 

0 Kudos
2 Replies
mecej4
Honored Contributor III
518 Views

Please clarify what you mean by "doesn't work". What have you tried so far, and which version of IFort and MKL did you use?

0 Kudos
Harry_A_
Beginner
518 Views

I tried to compile the files with the 2015 version of the Intel compiler.  The error that arose most frequently was the use of WP as a size parameter.  I arbitrarily assumed size 8, so I changed all (WP) to (8), and all _WP to _8.    There were several references to the module mkl95_lapack, which I did not find in the files that were submitted.

0 Kudos
Reply