Changeset 669 for palm/trunk/SCRIPTS/mrun
- Timestamp:
- Dec 26, 2010 7:06:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r635 r669 215 215 # 14/12/10 - Siggi - adjustments for new Tsubame system at Tokyo 216 216 # institute of technology (lctit) 217 # 23/12/10 - Micha - different number of processors in ocean and atmosphere 218 # is now allowed 217 219 218 220 … … 713 715 # REARRANGING BECAUSE CURRENTLY ONLY 1:1 TOPOLOGIES ARE SUPPORTED 714 716 # THIS SHOULD BE REMOVED IN FUTURE 715 elif (( $numprocs_ocean != $numprocs_atmos ))716 then717 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 726 717 fi 727 718
Note: See TracChangeset
for help on using the changeset viewer.