/[MITgcm]/MITgcm/tools/genmake2
ViewVC logotype

Diff of /MITgcm/tools/genmake2

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.128 by edhill, Mon Sep 5 13:39:28 2005 UTC revision 1.129 by edhill, Mon Sep 5 14:56:47 2005 UTC
# Line 671  EOF Line 671  EOF
671      RET_C=$?      RET_C=$?
672      cat <<EOF > genmake_tc_2.$FS      cat <<EOF > genmake_tc_2.$FS
673        program hello        program hello
674        Real*8 wtime        REAL*8 wtime
675        external cloc        external cloc
676        call cloc(wtime)        call cloc(wtime)
677        print *," HELLO WORLD", wtime        print *," HELLO WORLD", wtime
# Line 1338  rm -f genmake_tcomp* Line 1338  rm -f genmake_tcomp*
1338  printf "  Do we have the fdate() command using $FC...  "  printf "  Do we have the fdate() command using $FC...  "
1339  cat > genmake_tcomp.$FS <<EOF  cat > genmake_tcomp.$FS <<EOF
1340        program hello        program hello
1341        CHARACTER(128) string        CHARACTER*(128) string
1342        string = ' '        string = ' '
1343        call fdate( string )        call fdate( string )
1344        print *, string        print *, string

Legend:
Removed from v.1.128  
changed lines
  Added in v.1.129

  ViewVC Help
Powered by ViewVC 1.1.22