diff --git a/src/gpl/src/nesterovBase.cpp b/src/gpl/src/nesterovBase.cpp index 911cfe3f3a..474bbf6db6 100644 --- a/src/gpl/src/nesterovBase.cpp +++ b/src/gpl/src/nesterovBase.cpp @@ -1961,9 +1961,10 @@ void NesterovBase::updateGradients(std::vector& sumGrads, debugPrint( log_, GPL, "updateGrad", 1, "DensityPenalty: {:g}", densityPenalty_); - // TODO: This OpenMP parallel section is causing non-determinism. Consider revisiting this in the future to restore determinism. + // TODO: This OpenMP parallel section is causing non-determinism. Consider + // revisiting this in the future to restore determinism. //#pragma omp parallel for num_threads(nbc_->getNumThreads()) reduction(+ : - //wireLengthGradSum_, densityGradSum_, gradSum) + // wireLengthGradSum_, densityGradSum_, gradSum) for (size_t i = 0; i < gCells_.size(); i++) { GCell* gCell = gCells_.at(i); wireLengthGrads[i]