Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add IPC Shared Mem recipe to the ReadTheDocs #868

Open
kab163 opened this issue Feb 12, 2024 · 1 comment
Open

Add IPC Shared Mem recipe to the ReadTheDocs #868

kab163 opened this issue Feb 12, 2024 · 1 comment
Assignees

Comments

@kab163
Copy link
Contributor

kab163 commented Feb 12, 2024

Currently the IPC Shared Memory cookbook page can only be found in the repo as a .cpp file, but it should also be added to the ReadTheDocs as a .rst file

@kab163 kab163 self-assigned this Feb 12, 2024
@kab163
Copy link
Contributor Author

kab163 commented Sep 9, 2024

Other notes about IPC shared memory for documentation:

  • A note about file descriptors used for shared memory. Rao had an issue with this - see email.
  • A note about how the name in rm.makeResource must contain a "SHARED_" prefix for shared allocators
  • To find how much memory is available for a shared memory allocator, just call getActualSize() on the allocator (see question in Umpire general teams chat)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant