Jacob Domagala
Jacob Domagala
Still missing: - cache the allreduce ObjGroup that we created for allreduce messages - move the allredcue logic to proper header files (for now they reside in performance test file,...
Regarding the issue with the `Rabenseifner` algorithm, I was thinking maybe we could try to introduce some kind of wrapper for various data types. We could add specializations for known...
Closing this PR as https://github.com/DARMA-tasking/vt/pull/2337 contains updated code.
I think we should strip it down to bare minimum. We don't need `test` and `contributing` dirs. That would also resolve the trailing whitespace issue : ) Should we support...
Also, is the use of a yaml-based config file incentivized by something (like Empire already using that file type)? If not, maybe we should consider using JSON for the config...
With the most recent commit: ### Raw MPI  ### Objgroup send with payload wrapped in `shared_ptr`  ### Objgroup send with payload as...
### Raw MPI  ### ObjGroup send  ### Collection send 
~Next step would be to update `BuildStats' to plot the results~ Created https://github.com/DARMA-tasking/build-stats/issues/31
This branch for now consists of changes from https://github.com/DARMA-tasking/vt/tree/2168-use-loadtype-in-lb and https://github.com/DARMA-tasking/vt/tree/2150-use-strong-time-type with addition of using `std::chrono` for `TimeType`. Work related to `std::chrono` was made in following commits: - https://github.com/DARMA-tasking/vt/pull/2170/commits/0fa7ee5d4aebaa109ecff8465d8410f2b1cba5d3 -...
Code used for reading the data: ```c++ #include #include #include int stream_handler(ldmsd_stream_client_t c, void *ctxt, ldmsd_stream_type_t stream_type, const char *data, size_t data_len, json_entity_t entity) { // Process the received data...