Directory CCA/Components/SimulationController/

Total Files:
6
Deleted Files:
0
Lines of Code:
2181

[root]/CCA/Components/SimulationController

Lines of Code

CCA/Components/SimulationController/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 37 (100.0%) 287 (100.0%) 7.7
ahumphrey 12 (32.4%) 175 (61.0%) 14.5
qymeng 13 (35.1%) 105 (36.6%) 8.0
jas 10 (27.0%) 6 (2.1%) 0.6
jsutherland 1 (2.7%) 1 (0.3%) 1.0
harman 1 (2.7%) 0 (0.0%) 0.0

Most Recent Commits

qymeng 2011-12-21 15:33 Rev.: 48040

Output task internal thread waiting time.

3 lines of code changed in 2 files:

  • CCA/Components/SimulationController: SimulationController.cc (+3)
ahumphrey 2011-12-01 16:39 Rev.: 47902

Minor changes to PAPI instrumentation and comments.

4 lines of code changed in 3 files:

  • CCA/Components/SimulationController: SimulationController.cc (+1 -1), SimulationController.h (new)
ahumphrey 2011-11-22 16:52 Rev.: 47863

Added ability for Uintah to use PAPI to count both FLOPS and vectorized FLOPS. Seems good to be able to see both.

24 lines of code changed in 2 files:

  • CCA/Components/SimulationController: SimulationController.cc (+23 -3), SimulationController.h (+1 -1)
ahumphrey 2011-11-11 13:27 Rev.: 47799

Changed the current PAPI FLOPs counter to use the PAPI_DP_OPS event. This event is optimized to also count scaled double precision vector operations. Configure script has also been updated to reflect this change.

4 lines of code changed in 1 file:

  • CCA/Components/SimulationController: SimulationController.cc (+4 -4)
ahumphrey 2011-11-10 19:21 Rev.: 47797

Added PAPI instrumentation to count total level 2 & 3 cache misses.

46 lines of code changed in 2 files:

  • CCA/Components/SimulationController: SimulationController.cc (+45 -4), SimulationController.h (+1 -1)
ahumphrey 2011-11-10 18:21 Rev.: 47796

Added PAPI instrumentation to count Level 1 total cache misses.

90 lines of code changed in 2 files:

  • CCA/Components/SimulationController: SimulationController.cc (+82 -36), SimulationController.h (+8 -4)
harman 2011-09-16 13:23 Rev.: 47602

This file should have been included in my previous commit.

- removed addToTimestepXML() and readFromTimestepXML() this is just duplication
of outputProblemSpec() and problemSetup()

0 lines of code changed in 1 file:

  • CCA/Components/SimulationController: SimulationController.cc (-1)
jas 2011-08-31 02:48 Rev.: 47536

Update copyright year.

6 lines of code changed in 10 files:

  • CCA/Components/SimulationController: AMRSimulationController.cc (new), AMRSimulationController.h (+1 -1), SimulationController.cc (+1 -1), SimulationController.h (+1 -1), sub.mk (+1 -1), uintahshare.h (+1 -1)
ahumphrey 2011-08-04 15:34 Rev.: 47420

Added necessary #include to SimulationController header file.

2 lines of code changed in 1 file:

  • CCA/Components/SimulationController: SimulationController.h (+2)
ahumphrey 2011-08-03 17:41 Rev.: 47418

#ifdef put around PAPI specific members in SimulationController.

5 lines of code changed in 1 file:

  • CCA/Components/SimulationController: SimulationController.h (+5 -2)
qymeng 2011-08-02 22:09 Rev.: 47413

cleanup some debug code

2 lines of code changed in 1 file:

  • CCA/Components/SimulationController: SimulationController.cc (+2 -4)
qymeng 2011-08-02 22:06 Rev.: 47412

More PAPI error handling

23 lines of code changed in 1 file:

  • CCA/Components/SimulationController: SimulationController.cc (+23 -14)
qymeng 2011-08-02 15:45 Rev.: 47408

Use low level PAPI APIs

34 lines of code changed in 3 files:

  • CCA/Components/SimulationController: AMRSimulationController.cc (+1 -7), SimulationController.cc (+31 -4), SimulationController.h (+2)
qymeng 2011-08-01 16:36 Rev.: 47397

Added error handling for PAPI calls

8 lines of code changed in 2 files:

  • CCA/Components/SimulationController: AMRSimulationController.cc (+2 -1), SimulationController.cc (+6 -2)
qymeng 2011-07-31 00:26 Rev.: 47394

output PAPI flops counter after each timestep.
cleanup prefix flops counter code from scheduler.

22 lines of code changed in 2 files:

  • CCA/Components/SimulationController: AMRSimulationController.cc (+8), SimulationController.cc (+14)
qymeng 2011-07-30 16:32 Rev.: 47393

Reduce the frequency to acquire write lock
1. Disable variable scrubbing for multi-thread scheduler, unused variable still will be cleaned at the end of each timestep
2. Separate current running task lock from data warehouse lock

7 lines of code changed in 1 file:

  • CCA/Components/SimulationController: AMRSimulationController.cc (+7 -1)
jsutherland 2011-07-12 23:04 Rev.: 47324

Eliminate "using namespace std" and similar from header files. That is a big no-no!

1 lines of code changed in 1 file:

  • CCA/Components/SimulationController: AMRSimulationController.cc (+1 -3)
qymeng 2011-06-28 10:40 Rev.: 47303

Moved log data warehouse memory flag from input file to debug variables.


6 lines of code changed in 1 file:

  • CCA/Components/SimulationController: AMRSimulationController.cc (+6 -10)
Generated by StatSVN 0.4.0