Faabric 0.1.2
What's Changed
- Remove unneeded build in format CI checks by @csegarragonz in #97
- Change isContextShutdown type by @csegarragonz in #99
- Explicitly shut down MPI thread pool by @csegarragonz in #98
- Drain MPI queues before cleanup by @csegarragonz in #100
- MpiWolrd: add logger as class member + increase pool size by @csegarragonz in #101
- Dirty page checking and snapshot diffs by @Shillaker in #96
- State-less MPI rank management by @csegarragonz in #103
- Marginal gains in send/recv fast-path by @csegarragonz in #104
- Remove MPI RMA support by @csegarragonz in #106
- Test fixtures for MPI by @csegarragonz in #108
- Pass non-const messages to executors by @Shillaker in #109
- Switch to spdlog macros by @Shillaker in #107
- Queue-less remote send/recv by @csegarragonz in #105
- Change flush to execute once per host by @Shillaker in #112
- Different async mechanism: MPI message buffer by @csegarragonz in #111
- Remove local queue clearing by @csegarragonz in #115
- Fix MPI world creation of size 1 by @csegarragonz in #114
- Add section logging to test loggers by @Shillaker in #116
- Make flush synchronous by @Shillaker in #117
- Force non-zero dequeue timeout by @Shillaker in #118
- Add send/ recv timeouts to message endpoints by @Shillaker in #119
- Fix race conditions around executor reuse by @Shillaker in #120
- Changing zeromq dependency, and updating deprecated socket option by @csegarragonz in #122
- Add barrier tests + Change queue timeout by @csegarragonz in #123
- Fix hanging in transport layer by @Shillaker in #121
- Scope issue in distributed test server by @Shillaker in #124
- Move snapshot client/ server into snapshot module by @Shillaker in #125
- Push snapshot diffs before reset, and thread results after by @Shillaker in #126
- Fix segmentation fault on big message serialization by @KubaSz in #128
- Fine-grained snapshot diffs by @Shillaker in #129
- Skip executor reset for threads by @Shillaker in #130
- Add barrier by @Shillaker in #131
- Remove unused HTTP util by @Shillaker in #133
- Return error on failed endpoint request by @Shillaker in #132
- Version bump by @Shillaker in #134
Full Changelog: v0.1.1...v0.1.2