bh107 / bohrium

Automatic parallelization of Python/NumPy, C, and C++ codes on Linux and MacOSX
http://www.bh107.org
Apache License 2.0
220 stars 31 forks source link

Expose option to switch off "handled by NumPy" warnings #607

Closed dionhaefner closed 5 years ago

dionhaefner commented 5 years ago

Running Bohrium via MPI, whenever an unsupported operation is encountered I get the same warning from every rank. Some granularity would be nice, e.g. to switch off warnings on processes with RANK > 0.

I tried BH_OPENMP_SYNC_WARN=false, but interestingly this enables more warnings.