Compiling on an IBM RS/6000 Workstation

Here at CCPO we offer the following compilers: When compiling FORTRAN 77 code on the IBM RS/6000s use the following command:
xlf  [command line options and program_name.f]
or, when compiling FORTRAN 90 code on the IBM RS/6000s use the following command:
xlf90  [command line options and program_name.f]
or, if you are using the Engineering and Scientific Subroutine Library (ESSL) use the following command:
xlf  [command line options and program_name.f]  -lessl

or

xlf90  [command line options and program_name.f]  -lessl

For the FORTRAN Documentation.

info -l xlf 
You will need to set your display first:
setenv DISPLAY yourmachine:0.0.


Press here to return to the Compiling Menu