/[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.4 by jmc, Sat Jul 16 13:47:39 2016 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 gfoMp2 ifort'
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          'gfoMp2') sfx='gfo_mp2' ;;
60               *) sfx=${i}'_mpi'  ;;               *) sfx=${i}'_mpi'  ;;
61      esac      esac
62      BATCH_SCRIPT="test_engag_$sfx"      BATCH_SCRIPT="test_engag_$sfx"

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

  ViewVC Help
Powered by ViewVC 1.1.22