--- MITgcm/verification/testreport 2006/05/22 00:14:29 1.78 +++ MITgcm/verification/testreport 2006/06/08 21:39:35 1.80 @@ -1,6 +1,6 @@ #! /usr/bin/env bash # -# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/verification/testreport,v 1.78 2006/05/22 00:14:29 jmc Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/verification/testreport,v 1.80 2006/06/08 21:39:35 jmc Exp $ # $Name: $ # @@ -304,7 +304,6 @@ command="$command --mods=../code" else command="$command --mods=../code_ad" - command="$command -adof=../../../tools/adjoint_options/adjoint_staf" fi if test "x$OPTFILE" != xNONE ; then command="$command --optfile=$OPTFILE" @@ -490,18 +489,20 @@ fi done else - files=`( cd ../input ; ls -1 *.bin | grep -v CVS )` - for i in $files ; do - if test ! -d "../input/"$i ; then - ln -sf "../input/"$i $i - fi - done files=`( cd ../input_ad ; ls -1 | grep -v CVS )` for i in $files ; do if test ! -d "../input_ad/"$i ; then ln -sf "../input_ad/"$i $i fi done + files=`( cd ../input ; ls -1 | grep -v CVS )` + for i in $files ; do + if test ! -d "../input/"$i ; then + if test ! -r $i ; then + ln -sf "../input/"$i $i + fi + fi + done fi ) fi