Skip to content

Don't use multiprocessing and OpenMP together in from-samples

In the KDE clustering and ligo-skymap-from-samples, disable OpenMP parallelism if Python mulitprocessing parallelism is enabled. This will prevent the program from spawning an excessive number of threads.

Merge request reports