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...
Libgeodecomp is very helpful to accelerate the legacy code developed using Fortran, so I decided to study this tool. Now I try to build and run the examples, and I...
Cmake ran succesfully with `-DWITH_MPI=true` as an extra flag, gcc version 8.5.0, Centos 8 Running make on the next step however now results in: ``` libgeodecomp-0.4.0/lib/libflatarray/src/libflatarray/detail/macros.hpp:35:69: error: incomplete type ‘LibFlatArray::detail::flat_array::offset’...
## Summary When I am running the `make check` step of libgeodecomp installation (v 0.4.0) I cannot run all the tests to completion, specifically some of the ones in `simulationfactorytest.h`....
Hey, this patch set enables libgeodecomp to run with hpx v1.7. Fix deprecation warnings and tests. Thanks, Kurt
I'm working on a Gentoo system. I have libflatarray-0.3.0 installed here. Compilation of ibgeodecomp-0.4.0 fails here with several errors, e.g. /var/tmp/portage/sci-libs/libgeodecomp-0.4.0/work/libgeodecomp-0.4.0/src/testbed/performancetests/main.cpp:2253:41: error: no matching function for call to 'LibFlatArray::evaluate::evaluate(std::__cxx11::string&)' LibFlatArray::evaluate...
The initializer is not only responsible for the creation of the grid, it also stores some information needed during the entire calculation run (e.g., the total number of steps). The...
Contrary to its name the fixed buffer in PatchBufferFixed is never cleared. This occurs possibly only when using boost::serialization. This leads to a steadily growing memory usage during MPI calculations...
Hi, In porting a code to use LibGeoDecomp I found that for any enum type Cell variables the typemap generator tool fails to create code in the generated `typemaps.h` to...
When I set a GhostZoneWidth > 1 (tested with a value of 5) strange things start to happen: For an object lying in the ghost zone, the nanostep sequence is...
**Symptoms** (I) The same input cell configuration yields different results depending on its positioning inside the domain as well as the domain size. (II) In all cases the results are...