dash
dash copied to clipboard
DASH, the C++ Template Library for Distributed Data Structures with Support for Hierarchical Locality for HPC and Data-Driven Science
added method for sub view inner halo iterators
Hi All, Hope you are doing well under current virus epidemic situation. I understand that you may have important things to do now. I just posted an error information here...
Following some examples to learn the halo function in DASH. One question is about how to specify the width of halo layer without StencilSpec. I found most example codes use...
We need to call into MPI every once in a while as otherwise polling on a local variable may not trigger progress if that is needed.
Got this error from a SPEC reporter: ``` MPI VERSION : CRAY MPICH version 8.0.11.5 (ANL base 3.3) MPI BUILD INFO : Wed May 20 2:29 2020 (git hash fc79972)...
Hi All, Another question regarding the function availability of DASH. What will happen if I change the distribution (block size, halo layer) of a existing Matrix ? Will the DASH...
Hi, we are using dash in a student project to implement matrix transpose in distributed memory, we want implement a block data copy from global to global by dash::copy. But...
This PR includes the followings: - Functionality test for TilePattern, BlockPattern, ShiftedTilePattern, SeqTilePattern (excluding .has_local_elements() because it requires CartesianIndexSpace::includes_index(), which is not yet implemented) - Make `typedef` of `DistributionSpec, TeamSpec,...