Changeset 331 for palm/trunk
- Timestamp:
- Jun 4, 2009 6:33:33 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r325 r331 2975 2975 export MP_WAIT_MODE=poll 2976 2976 [[ $node_usage = not_shared ]] && export MP_SINGLE_THREAD=yes 2977 # export MP_EAGER_LIMIT=655352978 2979 # # TESTWEISE FUER TURBOMPI (JAN 05)2980 # export MPJ_MTAB=1282981 # export MPJ_ALLTOALL=12982 # export MPJ_ALLTOALLV=12983 2977 fi 2984 2978 … … 3010 3004 fi 3011 3005 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 3013 3026 else 3014 3027 if [[ "$host_file" = "" ]]
Note: See TracChangeset
for help on using the changeset viewer.