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

Intel Fortran Compiler for Linux vs GNU Fortran compiler (g77)

royxu
Beginner
541 Views

Hi,
Recently I tried to install PGPLOT graphic library on my Linux server so that I can write Fortran programs to create some graphs based on my data by using PGPLOT subroutines. However the installation was halted by some techniqual problems.

The author suggests A Fortran-77 compiler for your computer system is needed for the installation. The author for this open-source library suggests to use GNU Fortran-77. Since I already installed Intel Fortran for Linux on my server, I am interested in knowing what are the differences between them. It seems like I have to add new code into configuration list if I want to use PGPLOT.

Thanks!

Roy

0 Kudos
1 Reply
Steven_L_Intel1
Employee
541 Views
The differences between Intel Fortran and g77 would fill a book. But this shouldn't matter. What you need is a compiler that supports Fortran 77, and Intel Fortran does.
0 Kudos
Reply