mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 16:46:47 +00:00
Clean shmem before running the multi-transport test.
This commit is contained in:
parent
319bdc91a1
commit
74fb825a18
|
@ -3,6 +3,8 @@ config="@CMAKE_BINARY_DIR@/bin/config/ex-multiple-transports.json"
|
||||||
|
|
||||||
trap 'kill -TERM $SAMPLER1_PID; kill -TERM $SAMPLER2_PID; kill -TERM $SINK_PID; wait $SAMPLER1_PID; wait $SAMPLER2_PID; wait $SINK_PID; @CMAKE_BINARY_DIR@/bin/shmmonitor --cleanup;' TERM
|
trap 'kill -TERM $SAMPLER1_PID; kill -TERM $SAMPLER2_PID; kill -TERM $SINK_PID; wait $SAMPLER1_PID; wait $SAMPLER2_PID; wait $SINK_PID; @CMAKE_BINARY_DIR@/bin/shmmonitor --cleanup;' TERM
|
||||||
|
|
||||||
|
@CMAKE_BINARY_DIR@/bin/shmmonitor --cleanup
|
||||||
|
|
||||||
SINK="ex-mt-sink"
|
SINK="ex-mt-sink"
|
||||||
SINK+=" --id sink1"
|
SINK+=" --id sink1"
|
||||||
SINK+=" --max-iterations 1"
|
SINK+=" --max-iterations 1"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user