Updated zmq_xmit to work with local_dc, added a test.
* Rewrote zmq_xmit.c to no longer do data concentration, it now depends on local_dc. * Removed some old test code that was not being used * Added a new test (hooked into ctest) to run several simulated FE computers, local_dc, zmq_xmit, and zmq_recv and then read the output from the zmq_recv output buffer and verify each channel.
parent
70610925
No related branches found
No related tags found
Showing
- src/zmq_stream/CMakeLists.txt 7 additions, 69 deletionssrc/zmq_stream/CMakeLists.txt
- src/zmq_stream/Makefile 2 additions, 2 deletionssrc/zmq_stream/Makefile
- src/zmq_stream/test_zmq_xmit_recv.sh.in 124 additions, 0 deletionssrc/zmq_stream/test_zmq_xmit_recv.sh.in
- src/zmq_stream/tests/firehose_structs.hh 0 additions, 22 deletionssrc/zmq_stream/tests/firehose_structs.hh
- src/zmq_stream/tests/zmq_firehose_common.cc 0 additions, 31 deletionssrc/zmq_stream/tests/zmq_firehose_common.cc
- src/zmq_stream/tests/zmq_firehose_common.hh 0 additions, 19 deletionssrc/zmq_stream/tests/zmq_firehose_common.hh
- src/zmq_stream/tests/zmq_firehose_pub.cc 0 additions, 257 deletionssrc/zmq_stream/tests/zmq_firehose_pub.cc
- src/zmq_stream/tests/zmq_firehose_sub.cc 0 additions, 156 deletionssrc/zmq_stream/tests/zmq_firehose_sub.cc
- src/zmq_stream/zmq_fe.c 0 additions, 744 deletionssrc/zmq_stream/zmq_fe.c
- src/zmq_stream/zmq_xmit.c 310 additions, 0 deletionssrc/zmq_stream/zmq_xmit.c
Loading
Please register or sign in to comment