Hello,
are there any examples (like the ping-pong etc.) for the gory RCCE mode?
They would be really helpfull as guidance for low level understanding issues.
Thanks & Happy New Year to all,
Dimitrios
Are you looking for meaningful examples, like larger programs, or are you okay with small toy examples?
Well, I sorted out my misunderstanding with the GORY mode.
However, one could save significant time with an example like the ping-pong code we get for the NON-GORY mode.
Now that you understand what's going on. what can I do to convince you to provide such an example?
I already have some examples of the above sort.
When I have time, I will group them and upload them in this topic.
Some toy examples that illustrate the gory side of RCCE:
One-sided communication with RCCE_put() and RCCE_get():
https://gist.github.com/1612177
Writing single bytes to MPB memory:
https://gist.github.com/1612190
Playing with byte flags:
https://gist.github.com/1612198
Updating MPB-allocated objects < cache line size:

