/trunk/src Developers: jsutherland

Login name:
jsutherland
Total Commits:
452 (3.1%)
Lines of Code:
7,298 (2.9%)
Most Recent Commit:
2012-12-22 14:27
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for jsutherland

Activity by Day of Week for jsutherland

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 452 (100.0%) 7298 (100.0%) 16.1
CCA/Components/Wasatch/Expressions/ 135 (29.9%) 1863 (25.5%) 13.8
CCA/Components/Wasatch/ 100 (22.1%) 1357 (18.6%) 13.5
CCA/Components/Wasatch/transport/ 53 (11.7%) 1192 (16.3%) 22.4
CCA/Components/Wasatch/Expressions/PBE/ 32 (7.1%) 471 (6.5%) 14.7
CCA/Ports/ 2 (0.4%) 431 (5.9%) 215.5
CCA/Components/Wasatch/Expressions/Turbulence/ 11 (2.4%) 358 (4.9%) 32.5
CCA/Components/Wasatch/Operators/ 13 (2.9%) 332 (4.5%) 25.5
Core/Grid/ 5 (1.1%) 285 (3.9%) 57.0
CCA/Components/Wasatch/Expressions/PBE/Precipitation/ 25 (5.5%) 258 (3.5%) 10.3
CCA/Components/Wasatch/Expressions/MMS/ 15 (3.3%) 176 (2.4%) 11.7
Core/Containers/ 4 (0.9%) 148 (2.0%) 37.0
CCA/Components/Arches/ChemMix/ 6 (1.3%) 127 (1.7%) 21.1
build_scripts/ 12 (2.7%) 122 (1.7%) 10.1
CCA/Components/Arches/ 5 (1.1%) 95 (1.3%) 19.0
Core/Malloc/ 2 (0.4%) 16 (0.2%) 8.0
Core/Grid/Variables/ 5 (1.1%) 16 (0.2%) 3.2
CCA/Components/Wasatch/Expressions/PostProcessing/ 5 (1.1%) 14 (0.2%) 2.8
/ 9 (2.0%) 12 (0.2%) 1.3
Core/DataArchive/ 1 (0.2%) 7 (0.1%) 7.0
Core/Grid/BoundaryConditions/ 2 (0.4%) 5 (0.1%) 2.5
Core/Basis/ 1 (0.2%) 3 (0.0%) 3.0
Core/Math/TntJama/ 2 (0.4%) 2 (0.0%) 1.0
CCA/Components/Wasatch/Expressions/BoundaryConditions/ 1 (0.2%) 2 (0.0%) 2.0
CCA/Components/Arches/Mixing/ 1 (0.2%) 2 (0.0%) 2.0
testprograms/Malloc/ 1 (0.2%) 1 (0.0%) 1.0
testprograms/CubeRootTest/ 2 (0.4%) 1 (0.0%) 0.5
CCA/Components/ProblemSpecification/ 1 (0.2%) 1 (0.0%) 1.0
CCA/Components/Parent/ 1 (0.2%) 1 (0.0%) 1.0

Activity of jsutherland

Most Recent Commits

jsutherland 2012-12-22 14:27 Rev.: 49760

More information on thread execution counts.

6 lines of code changed in 1 file:

  • CCA/Components/Wasatch: Wasatch.cc (+6 -2)
jsutherland 2012-12-22 13:35 Rev.: 49759

Report thread count information directly from the threadpools rather than the parsed counts.

2 lines of code changed in 1 file:

  • CCA/Components/Wasatch: Wasatch.cc (+2 -2)
jsutherland 2012-12-01 10:28 Rev.: 49640

Update build_wasatch_3p.sh

0 lines of code changed in 2 files:

  • build_scripts: build_wasatch_3p.sh (new)
jsutherland 2012-11-27 12:39 Rev.: 49614

Update thread-count specification in Wasatch, removing duplicated (and obsolete) code.

8 lines of code changed in 1 file:

  • CCA/Components/Wasatch: Wasatch.cc (+8 -21)
jsutherland 2012-11-27 10:16 Rev.: 49612

updates due to changes in ThreadPool interface.

6 lines of code changed in 1 file:

  • CCA/Components/Wasatch: Wasatch.cc (+6 -6)
jsutherland 2012-11-26 14:21 Rev.: 49609

Allow multithreading via ExprLib and SpatialOps to be driven from Wasatch input files.

23 lines of code changed in 1 file:

  • CCA/Components/Wasatch: Wasatch.cc (+23)
jsutherland 2012-10-31 12:16 Rev.: 49510

Update to conform to modified ExprLib interface.

1 lines of code changed in 1 file:

  • CCA/Components/Wasatch: BCHelperTools.cc (+1 -1)
jsutherland 2012-10-17 08:11 Rev.: 49455

Fix an ordering issue with setting the time and time step in the time integrator.

10 lines of code changed in 1 file:

  • CCA/Components/Wasatch: TimeStepper.cc (+10 -9)
jsutherland 2012-10-16 14:29 Rev.: 49452

temporary fix to get the 2-level test working again. There are bugs lurking here...

5 lines of code changed in 1 file:

  • CCA/Components/Wasatch: TimeStepper.cc (+5 -7)
jsutherland 2012-10-16 14:02 Rev.: 49451

move some code around to clarify use of compiler directives.

10 lines of code changed in 1 file:

  • CCA/Components/Wasatch: Wasatch.cc (+10 -11)
jsutherland 2012-10-16 14:02 Rev.: 49450

Resolve a linker problem (thanks Dav!) that cropped up on newer versions of boost when Arches pulls in wasatch or tabprops.

3 lines of code changed in 2 files:

  • CCA/Components/Arches/Mixing: sub.mk (+2 -1)
  • CCA/Components/Parent: sub.mk (+1 -1)
jsutherland 2012-10-16 14:02 Rev.: 49449

- Set time and time step value on each patch. Still tracking a bug here, but this will make it a bit easier.
- lots of code cleanup to remove some now obsolete methods and also remove some un-needed includes

90 lines of code changed in 4 files:

  • CCA/Components/Wasatch: TaskInterface.cc (-14), TaskInterface.h (-10), TimeStepper.cc (+82 -12), TimeStepper.h (+8 -62)
jsutherland 2012-10-16 10:53 Rev.: 49445

Initialization doesn't really need a nonzero time step, so relax an assertion a bit.

1 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions: SetCurrentTime.cc (+1 -1)
jsutherland 2012-10-16 08:51 Rev.: 49444

Rework SetCurrentTime a bit to remove SimulationState from it. TimeStepper now holds a pointer to the SimulationState so that it can set appropriate values in SetCurrentTime.

48 lines of code changed in 5 files:

  • CCA/Components/Wasatch: TimeStepper.cc (+13 -11), TimeStepper.h (+5 -4), Wasatch.cc (+4 -3)
  • CCA/Components/Wasatch/Expressions: SetCurrentTime.cc (+19 -24), SetCurrentTime.h (+7 -20)
jsutherland 2012-09-29 16:08 Rev.: 49310

Major refactor to TaskInterface and TreeTaskExecute to fix some problems Tony was having with the modifier expressions. This is also a cleaner implementation than previously.

141 lines of code changed in 4 files:

  • CCA/Components/Wasatch: TaskInterface.cc (+134 -136), TaskInterface.h (+4 -20), TimeStepper.cc (+1 -2), Wasatch.cc (+2 -2)
jsutherland 2012-09-29 16:08 Rev.: 49309

modify a build order to speed up some builds a bit.

3 lines of code changed in 1 file:

  • CCA/Components/Wasatch/transport: sub.mk (+3 -3)
jsutherland 2012-09-25 12:20 Rev.: 49278

Put a use-tip in the environmental flags file.

4 lines of code changed in 1 file:

  • environmentalFlags.txt (+4)
jsutherland 2012-09-24 19:18 Rev.: 49273

more doxygen fixes.

6 lines of code changed in 3 files:

  • CCA/Components/Wasatch/Expressions/MMS: Functions.h (+1 -1)
  • CCA/Components/Wasatch/Expressions/PBE/Precipitation: ParticleVolumeFraction.h (+2 -2)
  • CCA/Components/Wasatch/Expressions/Turbulence: TurbulentDiffusivity.h (+3 -1)
jsutherland 2012-09-24 19:09 Rev.: 49272

Fix a typo

1 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/MMS: Functions.h (+1 -1)
jsutherland 2012-09-24 19:08 Rev.: 49271

Fix a bunch of documentation that was causing trouble for Doxygen.
There are still a ton of doxygen warnings to be cleaned up…

34 lines of code changed in 16 files:

  • CCA/Components/Wasatch/Expressions: Dilatation.h (+1 -1), VelocityMagnitude.h (+1 -1)
  • CCA/Components/Wasatch/Expressions/BoundaryConditions: BasicBoundaryCondition.h (new 2)
  • CCA/Components/Wasatch/Expressions/MMS: Functions.h (+1 -1)
  • CCA/Components/Wasatch/Expressions/PBE: Birth.h (+3 -3), BrownianAggregationCoefficient.h (+1 -1), MultiEnvAveMoment.h (+1 -1), MultiEnvMixingModel.h (+2 -2), MultiEnvSource.h (+1 -1)
  • CCA/Components/Wasatch/Expressions/PBE/Precipitation: OstwaldRipening.h (+2 -2), ParticleVolumeFraction.h (+3 -3), PrecipitationSource.h (+1 -1)
  • CCA/Components/Wasatch/Expressions/PostProcessing: InterpolateExpression.h (+6 -6)
  • CCA/Components/Wasatch/Expressions/Turbulence: TurbulentViscosity.h (+2 -2)
  • CCA/Components/Wasatch/transport: MomentTransportEquation.h (+1 -1), ScalarTransportEquation.h (+6)

(98 more)

Generated by StatSVN 0.7.0