Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 129 (100.0%) | 1626 (100.0%) | 12.6 |
CCA/Components/Schedulers/ | 45 (34.9%) | 1361 (83.7%) | 30.2 |
CCA/Components/SimulationController/ | 13 (10.1%) | 105 (6.5%) | 8.0 |
Core/Parallel/ | 7 (5.4%) | 44 (2.7%) | 6.2 |
StandAlone/ | 4 (3.1%) | 26 (1.6%) | 6.5 |
Core/Thread/ | 14 (10.9%) | 24 (1.5%) | 1.7 |
CCA/Components/MPM/ParticleCreator/ | 6 (4.7%) | 24 (1.5%) | 4.0 |
Core/Grid/ | 9 (7.0%) | 9 (0.6%) | 1.0 |
CCA/Components/LoadBalancers/ | 6 (4.7%) | 8 (0.5%) | 1.3 |
Core/Util/ | 5 (3.9%) | 7 (0.4%) | 1.4 |
CCA/Components/ICE/ | 1 (0.8%) | 7 (0.4%) | 7.0 |
CCA/Components/Arches/ | 1 (0.8%) | 5 (0.3%) | 5.0 |
StandAlone/tools/pfs/ | 2 (1.6%) | 2 (0.1%) | 1.0 |
CCA/Components/Models/Radiation/RMCRT/ | 2 (1.6%) | 2 (0.1%) | 1.0 |
testprograms/BNRRegridder/ | 1 (0.8%) | 1 (0.1%) | 1.0 |
CCA/Ports/ | 3 (2.3%) | 1 (0.1%) | 0.3 |
Core/Grid/Variables/ | 4 (3.1%) | 0 (0.0%) | 0.0 |
CCA/Components/Parent/ | 2 (1.6%) | 0 (0.0%) | 0.0 |
CCA/Components/Models/ | 4 (3.1%) | 0 (0.0%) | 0.0 |
Output task internal thread waiting time.
30 lines of code changed in 8 files:
Added a missing read lock which caused segfault when acessing varDB.
0 lines of code changed in 2 files:
Moved mTwister inside Ray::rayTrace task.
This fixed a performance issue when uing threaded mpi scheduler on ray tracing simulation.
2 lines of code changed in 2 files:
Protect level cache.
0 lines of code changed in 4 files:
Removed an unnecessary read lock.
0 lines of code changed in 2 files:
clean up old models before switching to a new component
0 lines of code changed in 8 files:
Fixed a problem when using non-static version of debugstream on previous commit.
0 lines of code changed in 2 files:
Removed an unnecessary writeLock/Unlock around getLoadCurveID
0 lines of code changed in 1 file:
Clean up some code to remove compiler warnings
1 lines of code changed in 5 files:
Remove MPITypeLock. MPI_Type_* should be thread safe if MPI thread level set to 3.
0 lines of code changed in 6 files:
Move DebugBuf inside DebugStream class so that it can be initialized together with DebugStream.
7 lines of code changed in 3 files:
Add a r/w lock to protect ParticleCreator
24 lines of code changed in 3 files:
remove rtasklock ssLock, move dlbLock inside scheduler class.
51 lines of code changed in 8 files:
Add an Uintah thread id
0 lines of code changed in 4 files:
Use less expensive string instead of ostringstream for message buffer inside a computation loop
7 lines of code changed in 1 file:
Fixed C++11 variable initialization problem
0 lines of code changed in 4 files:
Updated FakePetscSolver to have a new dummy print() function.
5 lines of code changed in 1 file:
cleanup some debug code
2 lines of code changed in 1 file:
More PAPI error handling
23 lines of code changed in 1 file:
Use low level PAPI APIs
34 lines of code changed in 3 files:
(15 more)