mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 00:31:14 +00:00
MQ/example9 Added testing of the static MQ execution.
- removed the obsolete startFairMQEx9.sh.in script - added all *.root files in example9/macros/ to .gitignore; - added run_digi.C to tests; - added startFairMQEx9_Static.sh to tests; - startFairMQEx9_Static.sh - script that will run the example non-interactively, statically; - Pixel9MQConfig_Multipart.json - added acknowledgement channel to sampler and sink; - runEx9Sampler.cxx and runEx9FileSink.cxx - added option to set the ack channel name; - FairMQEx9FileSink - if ack channel name set, send acknowledgement of received message, save the tree and file at the end of Run; - FairMQEx9Sampler - if ack channel name set, count acknowledgements and finish only if all events processed; - FairMQEx9TaskProcessor - moved some printouts to debug. General: - fairmq/logger/logger.cxx - fixed colorless logger bug; - parmq/runParameterMQServer.cxx - now using runStateMachine function (to enable static execution).
This commit is contained in:
parent
58754e03c7
commit
599d1b3e05
|
@ -51,6 +51,7 @@ BOOST_LOG_GLOBAL_LOGGER_INIT(global_logger, src::severity_logger_mt)
|
|||
|
||||
void init_log_console(bool color/* = true*/)
|
||||
{
|
||||
FairMQ::Logger::sinkList.clear();
|
||||
// add a text sink
|
||||
typedef sinks::synchronous_sink<sinks::text_ostream_backend> text_sink;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user