Skip to content
  • David Thompson's avatar
    The batch system ate my homework. · ab7afe6e
    David Thompson authored
    Deal with logging problems.
    
    + Log event names must be pointers to strings that live for the
      length of the log.
    + Static linking of the timer and senseiCore libraries means
      that each link to the timer library may result in a separate
      set of library-global static variables. So, when finalizing
      the configurable analysis, print the event log for `libsensei`.
      This may cause duplicate printouts of events, but it allows
      us to proceed with timings.
    + Fix compilation on some systems that need `<algorithm>`.
    ab7afe6e