Changes Between Versions 7.3.2 and 7.3.3
This page lists the detailed changes made in all of the
processing scripts.
The script names are linked to a description of the
current version of each script
- util/exception - version 2.1 to 2.2
Added code to increment nprocerrors parameter in job.par.
This is to facilitate automated error checking.
Added a call to $UTIL/kill_processing for level 3 or higher
errors to make these truly fatal.
- util/clear_logs - version 2.0 to 2.1
Moved code which adds "proc_error" parameter from the process script
to here.
Also added code to initialize the "nprocerrors" parameter.
- util/run_subroutine - version 0.0 (new)
- util/kill_processing - version 0.0 (new)
- subs/calsource - version 2.1 to 2.2
Supplied missing script designation at the top - not sure why this
worked before.
- subs/wrapup - version 1.8 to 1.9
Changed stdout.top.log and stderr.top.log to
wrapup.stdout.log and wrapup.stderr.log to accomodate the
use of $UTIL/run_subroutine
- processing_setup - version 1.6 to 1.7
Deleted warning message about using parfile already present in
directory, since it interfered with the processing restart
capability and wasn't really necessary.