/[MITgcm]/MITgcm_contrib/test_scripts/engaging/test_submit_engag
ViewVC logotype

Diff of /MITgcm_contrib/test_scripts/engaging/test_submit_engag

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

revision 1.3 by jmc, Sat Nov 7 18:35:41 2015 UTC revision 1.5 by jmc, Sun Feb 26 23:32:00 2017 UTC
# Line 8  dInWeek=`date +%a` Line 8  dInWeek=`date +%a`
8    
9  if test $# = 0  if test $# = 0
10  then  then
11    TEST_LIST='o64Adm gfoTlm'    TEST_LIST='o64Adm gfoTlm ifcMp2 ifcMpi'
12   #if test "x$dInWeek" = xSun ; then TEST_LIST="$TEST_LIST iad ifc oad" ; fi   #if test "x$dInWeek" = xSun ; then TEST_LIST="$TEST_LIST iad ifc oad" ; fi
13  else  else
14    TEST_LIST=$*    TEST_LIST=$*
# Line 56  module list                                            >> $LOG_FIL 2>&1 Line 56  module list                                            >> $LOG_FIL 2>&1
56      case $i in      case $i in
57        'o64Adm') sfx='op64_adm' ;;        'o64Adm') sfx='op64_adm' ;;
58        'gfoTlm') sfx='gfo_tlm' ;;        'gfoTlm') sfx='gfo_tlm' ;;
59               *) sfx=${i}'_mpi'  ;;        *) sfx=`echo ${i} | sed '/Mp.$/s/Mp/_mp/'` ;;
60      esac      esac
61      BATCH_SCRIPT="test_engag_$sfx"      BATCH_SCRIPT="test_engag_$sfx"
62      if test -f $SUB_DIR/$BATCH_SCRIPT ; then      if test -f $SUB_DIR/$BATCH_SCRIPT ; then

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.22