With this commit, I implemented basic functionality for using MPI shared memory. We can use this concept to reduce the memory usage of an application if large arrays are stored only once per node and not once per MPI task.
See test/test_shared_memory.f90 for a short example.
With this commit, I implemented basic functionality for using MPI shared memory. We can use this concept to reduce the memory usage of an application if large arrays are stored only once per node and not once per MPI task.
See test/test_shared_memory.f90 for a short example.