Changes with respect to the last
public release tdaq-02-00-03.
SERVER
- IDL interface extended to get not only the process list but also
processes information in one call.
LAUNCHER
- PMGLauncher: fixed
dependencies not allowing the launcher to run with the suid bit
on SLC5.
HELPERS
- pmg_list_on_host and pmg_list_partition: passing the -v option will show the start time
of the processes;
- pmg_start_app and pmg_wait_app: using the -f option will let SIGNAL and EXIT
code be written to the specified file. Then the pmg_extract_exit_code.sh script can
be used to parse that file and get the process exit code.
Link to relevant patches applied in tdaq-02-00-03 and ported to the
current release:
- https://savannah.cern.ch/patch/index.php?3606 (Enhance
pmg_list_partition utility);
- https://savannah.cern.ch/patch/index.php?3852 (Exceptions in
ProcessDescription::start());
- https://savannah.cern.ch/patch/index.php?4052 (PMGLauncher and
slc5).