Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

How to compile a *.f90 file

zhoura345
Beginner
2,047 Views
Hello!

I obtained a single .f90 file that is supposed to generate tons of numerical data. I installed Microsoft Visual Studio 2008 and then the Intel Visual Fortran Comipler for Windows. Everything seems to be in place. However, I still don't know how to compile this Fortran file and get the data that I need. Can someone help?

Thanks!
R
0 Kudos
1 Reply
Peter
Beginner
2,047 Views
Quoting - zhoura345
Hello!

I obtained a single .f90 file that is supposed to generate tons of numerical data. I installed Microsoft Visual Studio 2008 and then the Intel Visual Fortran Comipler for Windows. Everything seems to be in place. However, I still don't know how to compile this Fortran file and get the data that I need. Can someone help?

Thanks!
R

Simple,

1. First you have to create a project (it will beon the home page of MS Visual Studio).
Create Project
2. Give anameandlocationfor your project.
3. Now copy your .f90 file say 'yourfile.f90' to the project folder.
4. Now go to Project>Addexisting item> yourfile.f90
5. Now go to Build>Rebuild yourfile
6. Now go to Debug>Start without debugging

That should do it!!
0 Kudos
Reply