Changeset 1106 for palm/trunk/SCRIPTS
- Timestamp:
- Mar 4, 2013 5:31:38 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r1104 r1106 22 22 # Current revisions: 23 23 # ------------------ 24 # 24 # --stdin argument for mpiexec on lckyuh 25 # -y and -Y settings output to header 25 26 # 26 27 # Former revisions: … … 2029 2030 if [[ -n $numprocs ]] 2030 2031 then 2031 spalte1="number of PEs:"; spalte2=$numprocs 2032 if [[ $run_coupled_model = false ]] 2033 then 2034 spalte1="number of PEs:"; spalte2=$numprocs 2035 else 2036 spalte1="number of PEs:"; spalte2="$numprocs (atmosphere: $numprocs_atmos, ocean: $numprocs_ocean)" 2037 fi 2032 2038 printf "| %-25s%-45s | \n" "$spalte1" "$spalte2" 2033 2039 fi … … 2126 2132 spalte1="OUTPUT control list:"; spalte2=$(echo $output_list) 2127 2133 printf "| %-25s%-45s | \n" "$spalte1" "$spalte2" 2134 2135 if [[ "$ocean_file_appendix" = true ]] 2136 then 2137 printf "| %-35s%-35s | \n" "suffix \"_O\" is added to local files" " " 2138 fi 2128 2139 2129 2140 if [[ $do_batch = true || "$LOADLBATCH" = yes ]] … … 3650 3661 elif [[ $host = lckyu* ]] 3651 3662 then 3652 mpiexec -n $ii ./a.out < runfile_atmos$ROPTS3663 mpiexec -n $ii --stdin runfile_atmos ./a.out $ROPTS 3653 3664 else 3654 mpiexec -machinefile hostfile -n $ii a.out < runfile_atmos $ROPTS3665 mpiexec -machinefile hostfile -n $ii a.out < runfile_atmos $ROPTS 3655 3666 fi 3656 3667 else
Note: See TracChangeset
for help on using the changeset viewer.