Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 200 (100.0%) | 4230 (100.0%) | 21.1 |
CCA/Components/Schedulers/ | 84 (42.0%) | 2172 (51.3%) | 25.8 |
/ | 20 (10.0%) | 1269 (30.0%) | 63.4 |
Core/Thread/ | 12 (6.0%) | 184 (4.3%) | 15.3 |
Core/Grid/ | 12 (6.0%) | 128 (3.0%) | 10.6 |
Core/Grid/Variables/ | 14 (7.0%) | 125 (3.0%) | 8.9 |
CCA/Components/SimulationController/ | 3 (1.5%) | 66 (1.6%) | 22.0 |
Core/Util/ | 3 (1.5%) | 64 (1.5%) | 21.3 |
CCA/Components/OnTheFlyAnalysis/ | 2 (1.0%) | 58 (1.4%) | 29.0 |
CCA/Components/ICE/ | 5 (2.5%) | 40 (0.9%) | 8.0 |
CCA/Components/LoadBalancers/ | 2 (1.0%) | 28 (0.7%) | 14.0 |
Core/Parallel/ | 2 (1.0%) | 13 (0.3%) | 6.5 |
Core/Disclosure/ | 3 (1.5%) | 13 (0.3%) | 4.3 |
CCA/Components/Arches/ | 8 (4.0%) | 12 (0.3%) | 1.5 |
CCA/Components/Wasatch/ | 4 (2.0%) | 10 (0.2%) | 2.5 |
CCA/Components/Models/Radiation/RMCRT/ | 3 (1.5%) | 9 (0.2%) | 3.0 |
CCA/Components/MPMICE/ | 2 (1.0%) | 8 (0.2%) | 4.0 |
StandAlone/ | 3 (1.5%) | 5 (0.1%) | 1.6 |
CCA/Components/Examples/ | 1 (0.5%) | 5 (0.1%) | 5.0 |
CCA/Components/Models/HEChem/ | 4 (2.0%) | 4 (0.1%) | 1.0 |
CCA/Components/MPM/ | 1 (0.5%) | 4 (0.1%) | 4.0 |
CCA/Components/ICE/CustomBCs/ | 4 (2.0%) | 4 (0.1%) | 1.0 |
include/sci_defs/ | 1 (0.5%) | 2 (0.0%) | 2.0 |
StandAlone/tools/extractors/ | 3 (1.5%) | 2 (0.0%) | 0.6 |
CCA/Ports/ | 2 (1.0%) | 2 (0.0%) | 1.0 |
CCA/Components/Wasatch/Expressions/ | 1 (0.5%) | 2 (0.0%) | 2.0 |
CCA/Components/Regridder/ | 1 (0.5%) | 1 (0.0%) | 1.0 |
support Stencil7 in compare_uda
6 lines of code changed in 11 files:
fix a subscheduling related timing bug
0 lines of code changed in 2 files:
add ComponentTiming to environmentalFalgs.txt
0 lines of code changed in 2 files:
Bug fix: passing coarsestLevelwithParticles from scheduler instead of getting from local patches.
32 lines of code changed in 5 files:
Skip MPI Sends/Recvs for notCopyData Variables.
16 lines of code changed in 5 files:
Add a new variable type for OnTheFlyAnalysis to save file pointers as PerPatch
58 lines of code changed in 2 files:
initialize task phases.
7 lines of code changed in 3 files:
Fix a vector initialization problem.
3 lines of code changed in 1 file:
remove a dw exist call in scrub
13 lines of code changed in 2 files:
a missing file for last commit of using gcc atomic operations
87 lines of code changed in 1 file:
Use gcc atomic operations for atomic counters when available.
16 lines of code changed in 8 files:
Use gcc style atomic operations for reference counting when available.
486 lines of code changed in 5 files:
Fixed a bug that ghost cells were not mapped correctly between levels when creating neighborhood on commit 47536
1 lines of code changed in 1 file:
Fix configure with gperftools on linux.
2 lines of code changed in 2 files:
Skip initiateTask if no external dependency.
283 lines of code changed in 2 files:
small logic change in ThreadedMPI2 scheduler
10 lines of code changed in 1 file:
Improved decentralized multi-thread scheduler.
No more busy locking on all threads.
100 lines of code changed in 4 files:
sperate partcile varDB from grid&level varDB
108 lines of code changed in 2 files:
check usesMPI() instead of Task::OncePerProc to determin if a new
synchronization phases need to be created to avoid deadlock.
A task need to set usesMPI(true) if itself explicitly uses MPI.
17 lines of code changed in 8 files:
Set default threaded scheduler to centralized version.
2 lines of code changed in 1 file:
(22 more)