cxxrunner
The ADA task interface cxxrunner specifies a DIAL release and
a C++ main program. The build step compiles the source and the
run step runs the resulting executable. The output of the latter
is written to the file myout.log which is captured in the output
text dataset.
Files
- dial_release - DIAL release, e.g. 1.30.
- myprogram.cxxr- C++ source file
- libraries - List of libraies used for linking.
The library list includes only the base names, e.g. use mylib
to mlink against libmylib.so. Names may appear on separate lines or be
separated with spaces.
Updated 10nov05 dladams@bnl.gov