libgeodecomp icon indicating copy to clipboard operation
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...

Results 48 libgeodecomp issues
Sort by recently updated
recently updated
newest added

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...

enhancement

There are some checks of configurations possible to prevent errors between C++14 and nvcc Compiler.

hacktoberfest

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.

hacktoberfest

Moved from https://bitbucket.org/gentryx/libgeodecomp/issues/19/visitwriter-should-work-with-point-meshes

enhancement
hacktoberfest

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 | | --- | --- | --- | --- | --- | --- | --- |...

enhancement

...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.

enhancement