CompactNSearch icon indicating copy to clipboard operation
CompactNSearch copied to clipboard

A C++ library to compute neighborhood information for point clouds within a fixed radius. Suitable for many applications, e.g. neighborhood search for SPH fluid simulations.

Results 4 CompactNSearch issues
Sort by recently updated
recently updated
newest added

These adaptations allow builds using Clang on recent versions of macOS (tested on Apple silicon): - Recent versions of CMake automatically determine the correct flags for OpenMP and provide a...

Hi! I'm trying to build on MacOS, and the header (included by include/Config.h) doesn't exist. It doesn't exist neither in Apple's clang, nor in my custom-built clang (7.0). And it...

Only depend on OpenMP for parallelism. This makes cross-platform compatibility a lot easier, at least for the time being.

Since oneDPL [dropped support for C++11](https://github.com/oneapi-src/oneDPL/releases/tag/oneDPL-2022.0.0-release) and [broke for recent versions of libc++](https://github.com/oneapi-src/oneDPL/issues/1602), I'd propose to remove the external dependency and use Apple's Dispatch library on macOS. Alternatively, #10 works...