Alexey Rybalchenko

Results 11 issues of Alexey Rybalchenko

@dennisklein My thoughts on [this comment](https://github.com/AliceO2Group/AliceO2/pull/4303#issuecomment-688697338). The question is if `boost::signals` can be hidden from public headers (or specifically `FairMQDevice.h`). `boost::signals` propagates to `FairMQDevice.h` through: 1. `FairMQDevice.h --> ProgOptions.h -->...

The message creation interface should accept an alignment parameter that will return the buffer with the requested alignment. Several scenarios need to be implemented in the transports: - [x] Shmem...

- [x] get rid of unused interfaces (no deprecation needed, since these are unused (at least not known to us)): - [x] get rid of `SetSendTimeout`/`GetSendTimeout`/`SetReceiveTimeout`/`GetReceiveTimeout` (at least from the...

feature

**Is your feature request related to a problem? Please describe.** The current Send API takes message pointers by reference. The users should not touch the messages after calling Send on...

feature

- Add `fair::mq::Msg` class that is move-only and can contain multiple buffers. Resolves #101. - Add corresponding transfer APIs that take ownership over the Msg and introduce new return value....

cmd: `aliBuild build O2 --defaults o2 --debug -j8` compiler: gcc 10.2.0 alidist: [8640a273a31766a187df0ad7ad48a1e22344ea5a](https://github.com/alisw/alidist/tree/8640a273a31766a187df0ad7ad48a1e22344ea5a) Log: ``` ==> Building pythia6@428-alice1 2020-10-27@11:16:54:DEBUG:O2:pythia6:0: + unset DYLD_LIBRARY_PATH 2020-10-27@11:16:54:DEBUG:O2:pythia6:0: + unset AWS_ACCESS_KEY_ID 2020-10-27@11:16:54:DEBUG:O2:pythia6:0: + unset AWS_SECRET_ACCESS_KEY...

![image](https://github.com/FairRootGroup/FairMQ/assets/1915061/0c9831bc-2b7c-448d-a85b-20bec588888d)

Alice [has a use case](https://its.cern.ch/jira/browse/O2-4414) where many peers (700) send significant amount of data (50MB per message) to a single peer, overloading the receiver. This cannot be controlled with ZMQ...

Adds example for running the n-m topology on Slurm cluster with GSI vae25 using sbatch only.