Main Page/C Fortran
From Nekcem
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