mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 08:41:16 +00:00
Example.DDS: Install new example topology
This commit is contained in:
parent
98aeb16dc7
commit
93eb599df7
|
@ -64,6 +64,12 @@ install(
|
||||||
RENAME ex-dds-topology.xml
|
RENAME ex-dds-topology.xml
|
||||||
)
|
)
|
||||||
|
|
||||||
|
install(
|
||||||
|
FILES ${CMAKE_CURRENT_BINARY_DIR}/ex-dds-topology-infinite.xml_install
|
||||||
|
DESTINATION ${PROJECT_INSTALL_DATADIR}
|
||||||
|
RENAME ex-dds-topology-infinite.xml
|
||||||
|
)
|
||||||
|
|
||||||
install(
|
install(
|
||||||
FILES ${CMAKE_CURRENT_BINARY_DIR}/ex-dds-hosts.cfg
|
FILES ${CMAKE_CURRENT_BINARY_DIR}/ex-dds-hosts.cfg
|
||||||
DESTINATION ${PROJECT_INSTALL_DATADIR}
|
DESTINATION ${PROJECT_INSTALL_DATADIR}
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
<decltask name="Sampler">
|
<decltask name="Sampler">
|
||||||
<env reachable="false">fairmq-ex-dds-env.sh</env>
|
<env reachable="false">fairmq-ex-dds-env.sh</env>
|
||||||
<exe>fairmq-ex-dds-sampler --id sampler --color false --channel-config name=data1,type=push,method=bind -P dds</exe>
|
<exe>fairmq-ex-dds-sampler --id sampler --color false --channel-config name=data1,type=push,method=bind --rate 100 -P dds</exe>
|
||||||
<requirements>
|
<requirements>
|
||||||
<name>SamplerWorker</name>
|
<name>SamplerWorker</name>
|
||||||
</requirements>
|
</requirements>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user