[root]/CCA/Components/Schedulers
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 290 (100.0%) | 3655 (100.0%) | 12.6 |
harman | 43 (14.8%) | 1614 (44.2%) | 37.5 |
qymeng | 27 (9.3%) | 1205 (33.0%) | 44.6 |
luitjens | 62 (21.4%) | 635 (17.4%) | 10.2 |
jas | 153 (52.8%) | 127 (3.5%) | 0.8 |
guilkey | 4 (1.4%) | 70 (1.9%) | 17.5 |
dav | 1 (0.3%) | 4 (0.1%) | 4.0 |
scheduleParticleRelocation()
-added comment
0 lines of code changed in 2 files:
put(ParticleVariableBase)
- Improved the exception message.
0 lines of code changed in 2 files:
Fixed a bug in my last commit.
8 lines of code changed in 1 file:
Changed the way getParticleSubset() with an arbitrary range is queried. You now pass in the patch from which you want the data as the key and no longer pass in a level.
32 lines of code changed in 5 files:
Removed some unnecessary asserts
0 lines of code changed in 1 file:
added more dividers
21 lines of code changed in 1 file:
Formatting.
- Consolidated all getParticleSubsets calls together.
- tabs
- added dividers
- cleaned up parameter lists.
Slightly easier to read
449 lines of code changed in 1 file:
Sanity check the variable ranges after applying ghost cells.
5 lines of code changed in 1 file:
Added the ability to turn off variable combining on the OnDemandDataWarehouse. If disabled each patch/variable combination will get its own memory.
To disable combining set OnDemandDataWarehouse::d_combineMemory=false. This should only need to be done once as it is a static member of the class and is shared by all instances.
206 lines of code changed in 2 files:
Removed an unecessary and incorrect error checking.
0 lines of code changed in 1 file:
More descriptive exception message
3 lines of code changed in 1 file:
Added an assert
1 lines of code changed in 1 file:
getModifiable() & getParticleVariable() for particle subsets
more descriptive exception message
2 lines of code changed in 1 file:
fixed a problem when copying amr psets.
added some missing read locks.
10 lines of code changed in 1 file:
Potentially fixed the checkGetAccess code when requesting psets from different levels.
16 lines of code changed in 2 files:
cosmetics changes. Formatted some of the function parameter lists.
19 lines of code changed in 1 file:
Don't delete the taskgraph doc. For some reason this causes some memory corruption. Since this is used for testing only i'm just going to let this leak.
3 lines of code changed in 1 file:
Also emit regular tasks. For some reason only reduction tasks were being emitted.
0 lines of code changed in 2 files:
Removed some more dust from the task graph emitting code.
2 lines of code changed in 1 file:
Dusted off some of the task graph output code. -emit_taskgraph still does not work because the emit_taskgraph variable is not being set to true for some reason. Though you can set it manually to true in the code to get the xml taskgraph output.
1 lines of code changed in 1 file:
(71 more)