Ignore:
Timestamp:
Jun 4, 2009 6:33:33 AM (15 years ago)
Author:
raasch
Message:

mrun adjustment for coupled runs on ibmy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r325 r331  
    29752975                export MP_WAIT_MODE=poll
    29762976                [[ $node_usage = not_shared ]]  &&  export MP_SINGLE_THREAD=yes
    2977 #                export MP_EAGER_LIMIT=65535
    2978 
    2979 #                   # TESTWEISE FUER TURBOMPI (JAN 05)
    2980 #                export MPJ_MTAB=128
    2981 #                export MPJ_ALLTOALL=1
    2982 #                export MPJ_ALLTOALLV=1
    29832977             fi
    29842978
     
    30103004                   fi
    30113005                   export MP_HOSTFILE=hostfile
    3012                    ./a.out  -procs $tasks_per_node  $ROPTS
     3006
     3007                   if [[ $run_coupled_model = false ]]
     3008                   then
     3009                      if [[ "$ocean_file_appendix" = true ]]
     3010                      then
     3011                         echo "precursor_ocean"  >  runfile_atmos
     3012                      else
     3013                         echo "precursor_atmos"  >  runfile_atmos
     3014                      fi
     3015                   else
     3016                      (( iia = $numprocs_atmos / $threads_per_task ))
     3017                      (( iio = $numprocs_ocean / $threads_per_task ))
     3018                      printf "\n      coupled run ($iia atmosphere, $iio ocean)"
     3019                      printf "\n      using $coupled_mode coupling"
     3020                      printf "\n\n"
     3021                      echo "coupled_run $iia $iio"  >  runfile_atmos
     3022                   fi
     3023
     3024                   ./a.out  -procs $tasks_per_node  $ROPTS  <  runfile_atmos
     3025
    30133026                else
    30143027                   if [[ "$host_file" = "" ]]
Note: See TracChangeset for help on using the changeset viewer.