Arno Mayrhofer

Results 13 issues of Arno Mayrhofer

In MeshPartition.F90:2343 you have: CALL CheckBuffer( nl + ni*4 + nr*8 + (NoPartitions-1)* ( 4*2 + & 2*MPI_BSEND_OVERHEAD ) ) This calculation is wrong for several reasons: 1. In `checkBuffer`...

Currently the documentation is outdated horribly and needs to be updated to GPUSPH 3.0. All interested users who need help can in the meantime visit our interactive documentation in IRC...

help wanted
perennial

### Environment **Operating System:** all **Version / Commit SHA:** 36898a **CMake Version:** 3.20 **Compiler:** all ### Describe the problem If I put openvdb in a larger project with tbb on...

We did a compile test recently of our software that includes hypre and if we enabled c++20 it failed because another software package uses `#include ` which is part of...

**Describe the bug** `contribute` function in `ScatterView` together with `reset` shows different behaviour dependent on the Kokkos platform. Code and output below. **Please also include the following items to support...

https://github.com/ECP-copa/Cabana/blob/973e7d0722ddb2503a3c5cb9220410a7666768e4/core/src/Cabana_VerletList.hpp#L287 Should be `linked_cell_list = LinkedCellList( position, begin, end, grid_delta,` as otherwise `VerletList` will take the positions from `0` to `position.size()` which in my case it should not do as...

https://github.com/danfis/libccd/blob/64f02f741ac94fccd0fb660a5bffcbe6d01d9939/src/Makefile.include#L67 should be -std=gnu99 so that libccd also compiles with icc. This should not be an issue fur g++ so if this could be fixed, it would be nice. Cheers,...

I used the first method of compiling, i.e. cd src && make but this fails because CCD_EXPORT is not set. In detail: `$ make USE_DOUBLE=yes cc -Wall -pedantic --std=gnu99 -I....

Hi, I have just experimented a bit with your library and found a corner case in which gjk breaks. You can find the test case here: https://github.com/Azrael3000/ccd-gjk-issue The case is...

Short documentation on example problems and how to run the code