Skip to content

Commit

Permalink
gpl: remove stray commented call to omp_set_num_threads
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Gadfort <[email protected]>
  • Loading branch information
gadfort committed Jan 7, 2025
1 parent 4bb9be7 commit 64a8189
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gpl/src/initialPlace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ void InitialPlace::doBicgstabPlace(int threads)
// set ExtId for idx reference // easy recovery
setPlaceInstExtId();

// omp_set_num_threads(threads);
for (size_t iter = 1; iter <= ipVars_.maxIter; iter++) {
updatePinInfo();
createSparseMatrix();
Expand Down

0 comments on commit 64a8189

Please sign in to comment.