Ignore:
Timestamp:
Dec 26, 2010 7:06:42 PM (13 years ago)
Author:
gryschka
Message:

last commit documented

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r635 r669  
    215215     # 14/12/10 - Siggi  - adjustments for new Tsubame system at Tokyo
    216216     #                     institute of technology (lctit)
     217     # 23/12/10 - Micha  - different number of processors in ocean and atmosphere
     218     #                     is now allowed
    217219
    218220
     
    713715          # REARRANGING BECAUSE CURRENTLY ONLY 1:1 TOPOLOGIES ARE SUPPORTED
    714716          # THIS SHOULD BE REMOVED IN FUTURE
    715        elif (( $numprocs_ocean != $numprocs_atmos ))
    716        then
    717 
    718           printf "\n  +++ currently only 1:1 topologies are supported"
    719           printf "\n      PEs (total)     : $numprocs"
    720           printf "\n      PEs (atmosphere): $numprocs_atmos"
    721           printf "\n      PEs (ocean)     : $numprocs_ocean"
    722           (( numprocs_atmos = $numprocs / 2 ))
    723           (( numprocs_ocean = $numprocs / 2 ))
    724           printf "\n  +++ rearranged topology to $numprocs_atmos:$numprocs_ocean"
    725 
    726717       fi
    727718
Note: See TracChangeset for help on using the changeset viewer.