/[MITgcm]/MITgcm/verification/testscript
ViewVC logotype

Diff of /MITgcm/verification/testscript

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

revision 1.27 by adcroft, Wed Jan 21 20:38:22 2004 UTC revision 1.29 by adcroft, Wed Jun 9 14:03:35 2004 UTC
# Line 136  genmakemodel() Line 136  genmakemodel()
136   ( cd $1;   ( cd $1;
137     if [ $quick -eq 0 -o ! -r Makefile ]; then     if [ $quick -eq 0 -o ! -r Makefile ]; then
138      printf 'genmake ... ' 1>&2      printf 'genmake ... ' 1>&2
139        find . -type l -exec rm {} \;
140      if [ $ieee -eq 0 ]; then      if [ $ieee -eq 0 ]; then
141       ../../../tools/genmake2 -mods=../code > make.log 2>&1       ../../../tools/genmake2 -mods=../code > make.log 2>&1
142      else      else
# Line 276  runmodel() Line 277  runmodel()
277      pwd 1>&2      pwd 1>&2
278     fi     fi
279      printf 'runmodel: ' 1>&2      printf 'runmodel: ' 1>&2
280         rm -f *.nc
281       make output.txt && return 0       make output.txt && return 0
282       return 1       return 1
283     fi     fi

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.29

  ViewVC Help
Powered by ViewVC 1.1.22