Main Page/C Fortran

From Nekcem
Revision as of 13:30, 19 May 2011 by Jingfu (talk | contribs) (Created page with "2.1- SUBROUTINE For a Fortran CALL SUB the corresponding C routine has to be named: SUB all upper case on Cray with cft77 compiler sub all lower case on Apollo with ft…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

2.1- SUBROUTINE

For a Fortran CALL SUB the corresponding C routine has to be named:

SUB

   all upper case on Cray with cft77 compiler 

sub

   all lower case on Apollo with ftn compiler 
   case insensitive on IBM/370 and VMS 

sub_

   lower case with underscore added on all other system