-
- Downloads
[parallel,release] Adds a new buffered communicator that does not need to know...
[parallel,release] Adds a new buffered communicator that does not need to know the data amount per index when receiving. During communication of data with a parallel DUNE grid the amount of data items received at an index is not known at the receiving side. With this communicator it is possible to build such a communication based on index lists at the sending and receiving side. With this patch only fixed size of data items per index is supported.
Showing
- dune/common/parallel/CMakeLists.txt 1 addition, 0 deletionsdune/common/parallel/CMakeLists.txt
- dune/common/parallel/Makefile.am 2 additions, 1 deletiondune/common/parallel/Makefile.am
- dune/common/parallel/test/CMakeLists.txt 6 additions, 1 deletiondune/common/parallel/test/CMakeLists.txt
- dune/common/parallel/test/Makefile.am 18 additions, 1 deletiondune/common/parallel/test/Makefile.am
- dune/common/parallel/test/variablesizecommunicatortest.cc 63 additions, 0 deletionsdune/common/parallel/test/variablesizecommunicatortest.cc
- dune/common/parallel/variablesizecommunicator.hh 892 additions, 0 deletionsdune/common/parallel/variablesizecommunicator.hh
Loading
Please register or sign in to comment