/[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.127 by heimbach, Fri Aug 19 17:59:34 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
678        end program hello        end
679  EOF  EOF
680      $FC $FFLAGS -o genmake_tc genmake_tc_2.$FS genmake_tc_1.o >> genmake_warnings 2>&1      $FC $FFLAGS -o genmake_tc genmake_tc_2.$FS genmake_tc_1.o >> genmake_warnings 2>&1
681      RET_F=$?      RET_F=$?
# Line 717  EOF Line 717  EOF
717        integer nbyte        integer nbyte
718        call tfsize(nbyte)        call tfsize(nbyte)
719        print *," HELLO WORLD", nbyte        print *," HELLO WORLD", nbyte
720        end program hello        end
721  EOF  EOF
722      $FC $FFLAGS -o genmake_tc genmake_tc_2.$FS genmake_tc_1.o >> genmake_tc.log 2>&1      $FC $FFLAGS -o genmake_tc genmake_tc_2.$FS genmake_tc_1.o >> genmake_tc.log 2>&1
723      RET_F=$?      RET_F=$?
# 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.127  
changed lines
  Added in v.1.129

  ViewVC Help
Powered by ViewVC 1.1.22