Shared memory C++ class - Standalone

Since needed it for one of my research projects, I have created an offspin of the SharedMemory class in my FlexLib2 library (deprecated).

The SharedMemory class supports the creation of SharedMemory segments in the OpenMPI context. In the end you will have a shared memory segment on every machine, where the program is executed.

Shared memory example in command line

An example code is included. It compiles on gcc 4.8.4 on Ubuntu 14.04 with C++98 and C++11.

It also includes a Makefile and an example program. Checkout the README for details. And: Have fun :-)

Bring me to the source!

If you need some more info about how to deal with sys-V shared memory on a Linux system, I can recommend this article.

Licensed under CC BY-NC-SA 4.0
Last updated on Aug 26, 2016 07:25 UTC