libgeodecomp
libgeodecomp copied to clipboard
A library for C++/Fortran computer simulations (e.g. stencil codes, mesh-free, unstructured grids, n-body & particle methods). Scales from smartphones to petascale supercomputers (e.g. Titan, Tsubame...
We should be able to label what LibGeoDecomp is doing via the HPX wrappers for ITT notify. More specifically, I want to label: - cell updates - communication (perhaps per...
There are some checks of configurations possible to prevent errors between C++14 and nvcc Compiler.
In the distributed ptscotch unstructured partition such an operation is coded for regions. gentryx mentioned that there should be a native operation in ~~Region~~ MPILayer to allow this.
Moved from https://bitbucket.org/gentryx/libgeodecomp/issues/19/visitwriter-should-work-with-point-meshes
An UnstructuredGrid (and likely UnstructuredSoAGrid, too) will only honor the dimension in a CoordBox argument to its constructor. Consequence: instead of storing cells 2, 3, 4, 5, 6, 7 a...
| Function | Memory | Parallelism | Grid | Threading | Model | TestClass | | --- | --- | --- | --- | --- | --- | --- |...
...because global variables are ugly. Replace find_all_localities() by find_all_basename() and let the HpxSimulator hold the promises for UpdateGroup speeds and indices. Positive side effect: eliminates further races in initialization.