Skip to content
Snippets Groups Projects
  1. Aug 03, 2019
    • Jonathan Hanks's avatar
      Add another debug tool, fe_check. · 7ff2be68
      Jonathan Hanks authored
      This tool can scan a rmIpcStr based mbuf continually and print some
      information out.  It was written to help debug fe or fe_stream_test
      issues.
      7ff2be68
    • Jonathan Hanks's avatar
      Fixed 2 indexing issues that could terminate local_dc when TP are on. · a1fb8574
      Jonathan Hanks authored
      Fix a mixup of index variables.  TP size was be calculated with the
      wrong models (possibily uninitialized memory) data.
      a1fb8574
    • Jonathan Hanks's avatar
      Guard against bad mbufs in local_dc. · b503f9b7
      Jonathan Hanks authored
      This handles the case where a model is not running at startup and we
      create an mbuf for it.  The contents are uninitialized and undefined.
      Simply setting an impossible cycle counter for all models (not just the
      IOP) protects us from processing uninitialized mbufs.  The buffers will
      not be seen as ready until a model runs and sets a proper cycle counter.
      b503f9b7
  2. Aug 02, 2019
  3. Aug 01, 2019
  4. Jul 31, 2019
    • Jonathan Hanks's avatar
      Implement local_dc · 793b8f1e
      Jonathan Hanks authored
      Local_dc reads RT model data from mbuf (rmIpcStr) concentrates the data
      into one block and stores it in an output mbuf (daq_multi_cycle_data_t).
      
      In a standalone system this would be the data concentrator.  On a larger
      system, this prepares data for a streamer process.
      
      This also adds a basic test for local_dc which starts several local
      simulated FE streams, concentrates their data and checks that each
      channel is available in the output with the expected values.
      
      This removes fe_data_concentrator.
      This updates code in fe_stream_test.
      This adds a new fe_stream_check, renaming the old (and disabled) one
      to fe_stream_check_nds.
      
      This also enables cmake based testing.
      
      !!Warning the tests fail unless mbuf and gpstime are enabled!!
      793b8f1e
    • Jameson Rollins's avatar
      Merge branch 'zmq_recv' into 'master' · 0e5f429a
      Jameson Rollins authored
      Update zmq_recv to no longer use IX.  Move it to the zmq_stream dir.
      
      See merge request cds/advligorts!4
      0e5f429a
    • Jonathan Hanks's avatar
      Update zmq_recv to no longer use IX. Move it to the zmq_stream dir. · df22ee5d
      Jonathan Hanks authored
      Moved a bit of old zmq code to an 'attic' directory in the zmq area.
      
      Ripped out the dolphin bits from zmq_recv_ix_xmit_delay.cc and renamed
      it zmq_stream/zmq_recv.cc.
      
      Moved ix_stream/recvr_utils.hh to zmq_stream as it was some debug code
      for zmq_recv_ix_xmit.
      df22ee5d
    • Jameson Rollins's avatar
      Merge branch 'cmake_dolphin_detection' into 'master' · 15cb8414
      Jameson Rollins authored
      Change FindDolphin.cmake to look for libs in /opt/DIS/lib as well as lib64
      
      See merge request cds/advligorts!3
      15cb8414
  5. Jul 30, 2019
  6. Jul 23, 2019
  7. Jul 20, 2019
  8. Jul 19, 2019
  9. Jul 18, 2019
  10. Jul 12, 2019
  11. Jun 25, 2019
  12. Jun 22, 2019
  13. Jun 21, 2019
Loading