Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 32 (100.0%) | 1216 (100.0%) | 38.0 |
CCA/Components/Schedulers/ | 27 (84.4%) | 1205 (99.1%) | 44.6 |
Core/Grid/ | 3 (9.4%) | 11 (0.9%) | 3.6 |
Core/Grid/Variables/ | 2 (6.3%) | 0 (0.0%) | 0.0 |
Fixed a problem when doing AMR particle subset gather
0 lines of code changed in 2 files:
fixed a problem when copying amr psets.
added some missing read locks.
10 lines of code changed in 1 file:
Check if task is accesssing a right level when Task::CoarseLevel or Task::FineLevel is specified.
4 lines of code changed in 1 file:
Fixed a bug in isInDepMap() when patches_dom is Task::CoarseLevel or Task::FineLevel
(assuming it may access a patch in any level)
3 lines of code changed in 1 file:
Fixed a deadlock problem when scheduling OncePerProc tasks.
0 lines of code changed in 2 files:
Fixed a problem that caused MPI dynamic scheduler to deadlock when scheduling non-local OncePerProc tasks.
2 lines of code changed in 1 file:
Changed loops on vector varlist from int to iterator.
9 lines of code changed in 1 file:
updated scheduling algorithm
36 lines of code changed in 2 files:
Updated priority task queue algorithm
63 lines of code changed in 2 files:
Output average task queue length if QueueLength debug flag is set.
120 lines of code changed in 1 file:
get the type with getAttribute() instead of get()
0 lines of code changed in 2 files:
Separated dynamic MPI scheduler code from original MPI scheduler.
Use <Scheduler DynamicMPI> </Scheduler >to select the dynamic MPI scheduler from now on.
Added OncePerProc task support for dynamic MPI scheduler.
779 lines of code changed in 10 files:
Make external ready queue to a priority queue.
Priority algorithm can be selected by <taskReadyQueueAlg> tag
Algorithms supported now are:
MostChildren LeastChildren MostAllChildren LeastAllChildren MostMesssages LeastMesages Random FCFS
190 lines of code changed in 6 files: