Ignore:
Timestamp:
Aug 28, 2007 3:26:47 PM (17 years ago)
Author:
letzel
Message:
  • Bugfix in surface_coupler
  • mrun: completely remove workaround on lcfimm to propagate environment

variables out to the nodes in coupled mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r108 r109  
    128128     #                     variables out to the nodes in coupled mode -disabled-
    129129     # 13/08/07 - Marcus - start local restart jobs per ssh on lcfimm
     130     # 28/08/07 - Marcus - completely remove workaround on lcfimm to propagate
     131     #                     environment variables out to the nodes in coupled mode
    130132
    131133 
     
    27432745             then
    27442746                printf "\n\n"
    2745 #               if [[ $host = lcfimm ]]
    2746 #               then
    2747 #                  /usr/bin/mpiexec  -comm pmi  -n $ii  a.out  $ROPTS
    2748 #               else
    2749                    mpiexec  -machinefile hostfile  -n $ii  a.out  $ROPTS
    2750 #               fi
     2747                mpiexec  -machinefile hostfile  -n $ii  a.out  $ROPTS
    27512748             else
    27522749                ((  iii = ii / 2 ))
    27532750                printf "\n      coupled run ($iii atmosphere, $iii ocean)"
    27542751                printf "\n\n"
    2755 #               if [[ $host = lcfimm ]]
    2756 #               then
    2757 #                   /usr/bin/mpiexec  -comm pmi  -n $iii  run_atmosphere  a.out  $ROPTS  &
    2758 #                   /usr/bin/mpiexec  -comm pmi  -n $iii  run_ocean       a.out  $ROPTS  &
    2759 #               else
    2760                    mpiexec  -machinefile hostfile  -n $iii  -env coupling_mode atmosphere_to_ocean  a.out  $ROPTS  &
    2761                    mpiexec  -machinefile hostfile  -n $iii  -env coupling_mode ocean_to_atmosphere  a.out  $ROPTS  &
    2762 #               fi
     2752                mpiexec  -machinefile hostfile  -n $iii  -env coupling_mode atmosphere_to_ocean  a.out  $ROPTS  &
     2753                mpiexec  -machinefile hostfile  -n $iii  -env coupling_mode ocean_to_atmosphere  a.out  $ROPTS  &
    27632754                wait
    27642755             fi
Note: See TracChangeset for help on using the changeset viewer.