Skip to content

Commit 9ec9842

Browse files
single thread oldgrowlocal
1 parent ca4fe5f commit 9ec9842

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/osp/bsp/scheduler/GreedySchedulers/OldGrowLocalAutoCoresParallel.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ struct OldGrowLocalAutoCoresParallelParams {
4646
WeightT syncCostMultiplierMinSuperstepWeight_ = 1;
4747
WeightT syncCostMultiplierParallelCheck_ = 4;
4848

49-
unsigned numThreads_ = 0; // 0 for auto
49+
unsigned numThreads_ = 1; // 0 for auto
5050
unsigned maxNumThreads_ = UINT_MAX; // used when auto num threads
5151
};
5252

0 commit comments

Comments
 (0)