/[MITgcm]/MITgcm/verification/testreport
ViewVC logotype

Diff of /MITgcm/verification/testreport

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

revision 1.117 by jmc, Tue Aug 19 18:29:12 2008 UTC revision 1.118 by jmc, Thu Aug 28 17:12:10 2008 UTC
# Line 988  fi Line 988  fi
988    
989  #  Create a uniquely named directory to store results  #  Create a uniquely named directory to store results
990  CMDLINE=$0  CMDLINE=$0
991  for xx in "$@" ; do CMDLINE="$CMDLINE '$xx'" ; done  for xx in "$@" ; do nw=`echo $xx | wc -w`
992        if test $nw = '1' ; then CMDLINE="$CMDLINE $xx"
993                            else CMDLINE="$CMDLINE '$xx'" ; fi
994    done
995    #for xx in "$@" ; do CMDLINE="$CMDLINE '$xx'" ; done
996  MACH=`hostname`  MACH=`hostname`
997  UNAMEA=`uname -a`  UNAMEA=`uname -a`
998  DATE=`date +%Y%m%d`  DATE=`date +%Y%m%d`

Legend:
Removed from v.1.117  
changed lines
  Added in v.1.118

  ViewVC Help
Powered by ViewVC 1.1.22