NVIDIA / AMGX

Distributed multigrid linear solver library on GPU
468 stars 136 forks source link

Removing the lonely #include <omp.h>, which seems to be not in use #300

Closed dmikushin closed 2 months ago

dmikushin commented 4 months ago

Nobody would ever spot it, but I have luck: it creates a strange compile error on nvcc with -ccbin=clang:

/usr/lib/llvm-14/lib/clang/14.0.0/include/omp.h(496): error: function omp_is_initial_device has already been defined

Anyway, this include feels like an accidentally committed leftover from some experiment, do I make a good guess?

mattmartineau commented 2 months ago

LGTM - thanks