Opened 12 years ago
Closed 12 years ago
#2024 closed feature request (done)
Make the degree of parallelization configurable in the ParallelEngine
Reported by: | mkommend | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.8 |
Component: | ParallelEngine | Version: | 3.3.8 |
Keywords: | Cc: |
Description
Change History (7)
comment:1 Changed 12 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 12 years ago by mkommend
comment:3 Changed 12 years ago by mkommend
r9326: Forgot to initialize the degree of parallelism in the ParallelEngine.
comment:4 Changed 12 years ago by mkommend
r9327: Corrected plugin dependencies of HeuristicLab.ParallelEngine.Views.
comment:5 Changed 12 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from accepted to reviewing
r9429: Added support for CancellationToken in the ParallelEngine.
comment:6 Changed 12 years ago by gkronber
- Status changed from reviewing to readytorelease
comment:7 Changed 12 years ago by swagner
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.7 to 3.3.8
Note: See
TracTickets for help on using
tickets.
r9323: Changed parallel engine to use parallel.foreach instead of spawning task manually to enable more options for parallelization.