Help in Fortran

Can someone help me in running the fortran program? like in detail step by step

Hi Isaac13,

Have you read the PGI Compiler User’s Guide? (http://www.pgroup.com/doc/pgiug.pdf) Chapter 1 gives an overview on how to compile and run a basic Fortran program with subsequent chapters detailing more advanced topics.

Hope this helps,
Mat

I mean, there are so many fortran softwares!! which one is the best to compile and run f90 programs? Iv tried visual fortran but its unable to run the f90 programs Thanks mat for answering the previous post.

Iv tried visual fortran but its unable to run the f90 programs

PGI’s Visual Fortran is able to compile F90 programs (as well as F77, F95, and F2003). What error are you getting?

  • Mat