Mix Fortran77 & C - F77 & C - more

Left
Right
Note Differences
  • Cray Y-MP/J90/C90
    • Fortran names are UPPERCASE
    • C preprocess defines _CRAY
    • Special C header to handle Fortran strings
  • IBM SP2
    • Fortran names are lowercase
    • C preprocess defines _AIX
    • Common blocks from C (?)
    • No problem passing strings
  • Typical Workstation
    • Fortran names are generally lowercase and `_' is appended
    • Usually no problem passing strings
Left
Right
Slide 5