Directory CCA/Components/Schedulers/

Total Files:
45
Deleted Files:
0
Lines of Code:
15617

[root]/CCA/Components/Schedulers

Lines of Code

CCA/Components/Schedulers/ Lines of Code

Developers

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

Most Recent Commits

harman 2010-12-10 15:01 Rev.: 46594

scheduleParticleRelocation()
-added comment

0 lines of code changed in 2 files:

  • CCA/Components/Schedulers: Relocate.cc (new)
harman 2010-12-10 11:44 Rev.: 46591

put(ParticleVariableBase)
- Improved the exception message.

0 lines of code changed in 2 files:

  • CCA/Components/Schedulers: OnDemandDataWarehouse.cc (new)
luitjens 2010-12-09 17:51 Rev.: 46589

Fixed a bug in my last commit.

8 lines of code changed in 1 file:

  • CCA/Components/Schedulers: OnDemandDataWarehouse.cc (+8 -4)
luitjens 2010-12-09 15:23 Rev.: 46587

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:

  • CCA/Components/Schedulers: OnDemandDataWarehouse.cc (+25 -15), OnDemandDataWarehouse.h (+6 -3), SchedulerCommon.cc (new)
luitjens 2010-12-09 09:19 Rev.: 46583

Removed some unnecessary asserts

0 lines of code changed in 1 file:

  • CCA/Components/Schedulers: OnDemandDataWarehouse.cc (-5)
harman 2010-12-08 17:49 Rev.: 46579

added more dividers

21 lines of code changed in 1 file:

  • CCA/Components/Schedulers: OnDemandDataWarehouse.cc (+21 -11)
harman 2010-12-08 17:48 Rev.: 46578

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:

  • CCA/Components/Schedulers: OnDemandDataWarehouse.cc (+449 -286)
luitjens 2010-12-08 13:54 Rev.: 46573

Sanity check the variable ranges after applying ghost cells.

5 lines of code changed in 1 file:

  • CCA/Components/Schedulers: OnDemandDataWarehouse.cc (+5 -5)
luitjens 2010-12-08 11:27 Rev.: 46572

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:

  • CCA/Components/Schedulers: OnDemandDataWarehouse.cc (+202 -155), OnDemandDataWarehouse.h (+4 -1)
luitjens 2010-12-07 11:55 Rev.: 46566

Removed an unecessary and incorrect error checking.

0 lines of code changed in 1 file:

  • CCA/Components/Schedulers: SchedulerCommon.cc (-14)
harman 2010-12-07 10:20 Rev.: 46565

More descriptive exception message

3 lines of code changed in 1 file:

  • CCA/Components/Schedulers: SchedulerCommon.cc (+3 -3)
luitjens 2010-11-19 11:52 Rev.: 46491

Added an assert

1 lines of code changed in 1 file:

  • CCA/Components/Schedulers: OnDemandDataWarehouse.cc (+1)
harman 2010-11-18 11:16 Rev.: 46480

getModifiable() & getParticleVariable() for particle subsets
more descriptive exception message

2 lines of code changed in 1 file:

  • CCA/Components/Schedulers: OnDemandDataWarehouse.cc (+2 -2)
qymeng 2010-10-20 20:00 Rev.: 46378

fixed a problem when copying amr psets.
added some missing read locks.

10 lines of code changed in 1 file:

  • CCA/Components/Schedulers: OnDemandDataWarehouse.cc (+10 -6)
luitjens 2010-10-20 14:50 Rev.: 46377

Potentially fixed the checkGetAccess code when requesting psets from different levels.

16 lines of code changed in 2 files:

  • CCA/Components/Schedulers: OnDemandDataWarehouse.cc (+15 -2), SchedulerCommon.cc (+1 -1)
harman 2010-10-19 15:06 Rev.: 46375

cosmetics changes. Formatted some of the function parameter lists.

19 lines of code changed in 1 file:

  • CCA/Components/Schedulers: OnDemandDataWarehouse.cc (+19 -11)
luitjens 2010-10-12 13:25 Rev.: 46357

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:

  • CCA/Components/Schedulers: SchedulerCommon.cc (+3 -3)
luitjens 2010-10-12 13:04 Rev.: 46355

Also emit regular tasks. For some reason only reduction tasks were being emitted.

0 lines of code changed in 2 files:

  • CCA/Components/Schedulers: MPIScheduler.cc (changed)
luitjens 2010-10-12 13:02 Rev.: 46354

Removed some more dust from the task graph emitting code.

2 lines of code changed in 1 file:

  • CCA/Components/Schedulers: SchedulerCommon.cc (+2 -3)
luitjens 2010-10-12 11:52 Rev.: 46351

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:

  • CCA/Components/Schedulers: SchedulerCommon.cc (+1 -2)

(71 more)

Generated by StatSVN 0.4.0