classification with gridType="linear" causes slowdown for parallel execution #190
Labels
bug
Crashes, freezes, compilation/run-time errors, undesirable behavior, wrong info in help/docs
needs confirmation
Issues that should be reproduced by another user (not the submitter), default for new issues
Issue
"gridType"="linear" significantly slows down parallel execution of classification
Reproducing
e.g. from /datadriven/examplesPipeline/ execute
mpirun -n 4 ./ParallelMiner config_parallelClassification.json
while setting "fitter" : "gridConfig" : "gridType"="linear" in the config.
Remarks
Other parameters than gridType seem not to influence the issue. Setting "gridType"="modlinear" causes no issue.
It seems to be caused by DBMatOnlineDE::computeDensityFunctionParallel in the lines 289 - 298, as replacing them with the non parallel version solves the issue.
The text was updated successfully, but these errors were encountered: