Changeset 503 for palm/trunk/UTIL


Ignore:
Timestamp:
Mar 3, 2010 12:27:06 AM (14 years ago)
Author:
raasch
Message:

New:
---

Changed:


combine_plot_fields is now directly called within mrun and must not be given
by an output command in the configuration file any more.

Utility programs (combine_plot_fields, interpret_config) are created by mbuild
separately for each block in the configuration file. Depending on option -K,
mrun is using the utility programs for the respective block.
Parallel make for utility programs.

Default configuration files updated.

mbuild, mrun, UTIL/Makefile

Errors:


File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/UTIL/Makefile

    r494 r503  
    33# Actual revisions:
    44# -----------------
     5# utility programs are created separately for each block in the configuration
     6# file,
    57# compare_palm_logs added
    68# added PROG3 in 'all:' statement (line 39, bugfix)
     
    1719#------------------------------------------------------------------------------!
    1820
    19 PROG1 =  ../SCRIPTS/combine_plot_fields.x
    20 PROG2 =  ../SCRIPTS/compare_palm_logs.x
    21 PROG3 =  ../SCRIPTS/interpret_config.x
     21PROG1 =  ../SCRIPTS/combine_plot_fields$(BLOCK).x
     22PROG2 =  ../SCRIPTS/compare_palm_logs$(BLOCK).x
     23PROG3 =  ../SCRIPTS/interpret_config$(BLOCK).x
    2224
    2325OBJS1 =  combine_plot_fields.o
Note: See TracChangeset for help on using the changeset viewer.