Changeset 1270
- Timestamp:
- Dec 16, 2013 11:05:01 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r1256 r1270 22 22 # Current revisions: 23 23 # ------------------ 24 # 24 # call of combine_plot_fields adjusted for lccrayb/lccrayh 25 25 # 26 26 # Former revisions: … … 3980 3980 elif [[ "$combine_plot_fields" == true ]] 3981 3981 then 3982 printf "\n\n\n *** post-processing: now executing \"combine_plot_fields${block}.x\" ..." 3983 combine_plot_fields${block}.x 3982 if [[ $localhost = lccrayh || $localhost = lccrayb ]] 3983 then 3984 printf "\n\n\n *** post-processing: now executing \"aprun -n 1 -N 1 combine_plot_fields${block}.x\" ..." 3985 aprun -n 1 -N 1 combine_plot_fields${block}.x #$ROPTS < runfile_atmos 3986 else 3987 printf "\n\n\n *** post-processing: now executing \"combine_plot_fields${block}.x\" ..." 3988 combine_plot_fields${block}.x 3989 fi 3984 3990 else 3985 3991 # Temporary solution to skip combine_plot_fields. This is necessary in case of huge amount of
Note: See TracChangeset
for help on using the changeset viewer.