dial_scripted

Version 1.20 07jun05


Introduction

Implementation of DIAL job based on scripts.

DIAL is described at http://www.usatlas.bnl.gov/~dladams/dial


Dependencies

Dependencies are described in the CMT requirements file.


Status

Version.
Change log.


Components

The components here are listed in dependency order. Each component depends only on those listed above it. The test associated with each component is a main program that returns zero if the component is working properly.

Some components also have test headers. These are included in the test source and may be included in tests of other components. They should not be included in any non-test sources.

ScriptedJob (header, source, test)

ScriptedJob describes a scripted job. It calls a user script to create, start, update and kill jobs and then reads the new status from new_job_status.dat.

ScriptedJobCreator (header, source, test)

ScriptedJobCreator is the creator for an scripted jobs. It holds the name of the job creation script.


dladams@bnl.gov