/[MITgcm]/MITgcm_contrib/test_scripts/other/testing_loc
ViewVC logotype

Diff of /MITgcm_contrib/test_scripts/other/testing_loc

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

revision 1.12 by jmc, Sat Aug 25 00:46:10 2012 UTC revision 1.14 by jmc, Thu Jan 3 19:51:56 2013 UTC
# Line 35  if [ $gfort -eq 0 ] ; then Line 35  if [ $gfort -eq 0 ] ; then
35    #source ~jmc/bin/intel_v11.sh    #source ~jmc/bin/intel_v11.sh
36     echo 'source ~jmc/bin/intel_v12.sh'     echo 'source ~jmc/bin/intel_v12.sh'
37     source ~jmc/bin/intel_v12.sh     source ~jmc/bin/intel_v12.sh
    export GFORTRAN_OPTFILE=f  
38  fi  fi
39  if [ $gfort -eq 2 ] ; then  if [ $gfort -eq 2 ] ; then
40     echo 'source ~jmc/bin/openmpi.sh'     echo 'source ~jmc/bin/openmpi.sh'
41     source ~jmc/bin/openmpi.sh     source ~jmc/bin/openmpi.sh
    export GFORTRAN_OPTFILE=t  
42  fi  fi
43    
44  #--------------------------------------------------------------------  #--------------------------------------------------------------------
# Line 59  else Line 57  else
57    ( cd MITgcm_$tt/verification ; testreport -clean >> ../../tr_clean_$tt.log 2>&1 )    ( cd MITgcm_$tt/verification ; testreport -clean >> ../../tr_clean_$tt.log 2>&1 )
58  fi  fi
59    set +x    set +x
60      if [ $gfort -eq 0 ] ; then
61        echo ' remove all Makefile_syntax and do "cvs update -P -d"' >> tr_clean_$tt.log
62        ( cd MITgcm_$tt/verification ; rm -f */build/Makefile_syntax )
63      else
64        echo ' run "cvs update -P -d"'  >> tr_clean_$tt.log
65      fi
66    echo ""    echo ""
67    
68    echo "=========================================================================="    echo "=========================================================================="

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.14

  ViewVC Help
Powered by ViewVC 1.1.22