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

LibGeoDecomp::DistributedPTScotchUnstructuredPartition is missing the member variable "adjacency". this should fix it: diff distributedptscotchunstructuredpartition.h distributedptscotchunstructuredpartition.h.fixed 120a121 > SharedPtr::Type adjacency;

If BOVWriter gets an array member (or member-member, via selector or directly), then the written data is garbage. This can be seen in the appended Visit plots: The volume plot...

Title says it all: SiloWriter right now only supports cell members and point meshes stored in containers in the cell. It does, however, not support cell member members. Is it...

If the grid overlaps the boundaries of the actual simulation domain, it should include cells on the other side of the domain. The bounding box does not reflect that. **Not...

The older GridVecConv could cope with boost::serialization, but the current implementations of loadRegion()/saveRegion() cannot.

bug

See FIXMEs in parallelization/test/unit/cudasimulatortest.h

``` git clone https://github.com/gentryx/libgeodecomp.git cd libgeodecomp mkdir build cd build module load gcc/7.1.0 boost/1.64 cmake/3.8.2 cmake -DCMAKE_CXX_COMPILER=`which g++` -DCMAKE_C_COMPILER=`which gcc` .. make ``` results in: ``` /opt/apps/gcc/7.1.0/lib/gcc/x86_64-pc-linux-gnu/7.1.0/include/avx512dqintrin.h:1728:1: error: inlining failed...

short version of the error: https://gist.github.com/zbyerly/5c1b52cdc4df07cb577727b0eb450088 long version: https://gist.github.com/zbyerly/ce88c96e873440d70435c6a931a9176e

How to use libgeodecomp with visual studio 2015?

question