Directory CCA/Ports/

Total Files:
29
Deleted Files:
6
Lines of Code:
7270

[root]/CCA/Ports

Lines of Code

CCA/Ports/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 142 (100.0%) 1756 (100.0%) 12.3
allen 82 (57.7%) 1559 (88.8%) 19.0
dav 7 (4.9%) 103 (5.9%) 14.7
ahumphrey 10 (7.0%) 49 (2.8%) 4.9
jas 41 (28.9%) 43 (2.4%) 1.0
harman 1 (0.7%) 1 (0.1%) 1.0
guilkey 1 (0.7%) 1 (0.1%) 1.0

Most Recent Commits

allen 2017-12-28 18:29 Rev.: 57530

removed the need for the grid to be passed

0 lines of code changed in 2 files:

  • CCA/Ports: ApplicationInterface.h (changed)
allen 2017-12-27 19:24 Rev.: 57526

removed shared state call for regrider

1 lines of code changed in 2 files:

  • CCA/Ports: Regridder.h (+1 -1)
allen 2017-12-26 15:51 Rev.: 57520

replaced the modelsetup class with a specific class for the fluids based models

0 lines of code changed in 2 files:

  • CCA/Ports: ModelInterface.h (changed)
allen 2017-12-22 17:15 Rev.: 57517

Removed the redundant ModelInfo class from the models to make models more generic

5 lines of code changed in 1 file:

  • CCA/Ports: ModelInterface.h (+5 -55)
allen 2017-12-21 21:23 Rev.: 57512

added second interface computeTaskGraphIndex to remove need for shared shate call, renamed recomputeTimeStep to recomputeDelT for a more accurate call

10 lines of code changed in 1 file:

  • CCA/Ports: ApplicationInterface.h (+10 -2)
allen 2017-12-20 11:06 Rev.: 57485

deprecated the ModelMaker as it is no longer a component

0 lines of code changed in 2 files:

  • CCA/Ports: ModelMaker.cc (del), ModelMaker.h (del)
allen 2017-12-20 11:02 Rev.: 57484

Broke the large libs into smaller libraries allowing of the removal the ModelFactory Component and moved all application code from core

0 lines of code changed in 3 files:

  • CCA/Ports: ApplicationInterface.h (-3), sub.mk (new)
allen 2017-12-18 19:55 Rev.: 57476

Made the models a first class component and minor clean up the MPM header file usage

133 lines of code changed in 4 files:

  • CCA/Ports: ModelInterface.cc (new), ModelInterface.h (+78 -68), ModelMaker.h (new 10)
allen 2017-12-18 17:53 Rev.: 57473

added access to the regridder and fixed typo

4 lines of code changed in 1 file:

  • CCA/Ports: ApplicationInterface.h (+4 -2)
allen 2017-12-14 19:42 Rev.: 57453

renamed ComponentFactory to Applicationfactory - moved model mgt from switcher to application

1 lines of code changed in 1 file:

  • CCA/Ports: ApplicationInterface.h (+1 -1)
allen 2017-12-14 16:21 Rev.: 57447

Added a name method

2 lines of code changed in 1 file:

  • CCA/Ports: Regridder.h (+2)
allen 2017-12-13 18:22 Rev.: 57440

added a SolverCommon class, made OnTheFlyAnalysis a first class UintahParallelComponent, added acess methods for component controll in UintahParallelComponent

75 lines of code changed in 16 files:

  • CCA/Ports: ApplicationInterface.h (+8 -3), LoadBalancer.h (+6), ModelInterface.h (+9 -3), ModelMaker.h (+9 -2), Output.h (new), ProblemSpecInterface.h (+13 -14), Regridder.h (+6), Scheduler.h (new), SolverInterface.h (new), SwitchingCriteria.h (new)
allen 2017-12-12 20:26 Rev.: 57433

Cleanup of the Scheduler to use ports for all components

240 lines of code changed in 6 files:

  • CCA/Ports: LoadBalancer.cc (new 37), LoadBalancer.h (+198), LoadBalancerPort.cc (del), LoadBalancerPort.h (del), Scheduler.h (+4 -4), sub.mk (+1 -1)
allen 2017-12-12 14:13 Rev.: 57430

made the ApplicationInterface purely virtual and cleaned up naming

91 lines of code changed in 5 files:

  • CCA/Ports: ApplicationInterface.cc (-73), ApplicationInterface.h (+91 -93), Output.cc (new)
allen 2017-12-11 18:25 Rev.: 57426

more cleanup of the recompiling

16 lines of code changed in 3 files:

  • CCA/Ports: ApplicationInterface.h (+13 -1), LoadBalancerPort.h (new 2), Regridder.h (+1 -2)
allen 2017-12-11 15:56 Rev.: 57421

merged the needCompile into the ApplicationCommon class, removed the passing of appliction values in the DataArchiver

16 lines of code changed in 2 files:

  • CCA/Ports: ApplicationInterface.h (+5 -6), Output.h (+11 -30)
allen 2017-12-08 19:10 Rev.: 57414

Moved PIDX checks out of the SimCtrl. Cleanup of varnames

34 lines of code changed in 1 file:

  • CCA/Ports: Output.h (+34 -29)
allen 2017-12-05 15:10 Rev.: 57397

changed the stored delta T to actual delta T used for the next time step

11 lines of code changed in 1 file:

  • CCA/Ports: ApplicationInterface.h (+11 -13)
ahumphrey 2017-12-01 15:57 Rev.: 57383

Fix shadowing issue on problemSetup() for several scheduler implementations.

8 lines of code changed in 1 file:

  • CCA/Ports: Scheduler.h (+8 -5)
allen 2017-11-30 17:38 Rev.: 57380

clean up of the switching to have a single switch block and cleanup of the setup ordering.

1 lines of code changed in 1 file:

  • CCA/Ports: ApplicationInterface.h (+1 -1)
allen 2017-11-29 17:50 Rev.: 57376

addition work to move the time step and sim time into teh data warehouse. Also more encapulation into the App common

10 lines of code changed in 1 file:

  • CCA/Ports: ApplicationInterface.h (+10 -2)
ahumphrey 2017-11-29 13:55 Rev.: 57370

Guard the DataArchiver DebugStream (check if dbg.active()). This is causing issues when not active on mira. DebugStreams need to go away in favor of much simpler Dout, as DebugStreams unnecessarily inherit from the standard library (std::ostream) and are unduley compicated for basic debug output.

Also cleaned up poor whitespace, linebreaks and indentation, other formatting. Seems like someone went through the infrastructure with a faulty code formatter previously...

1 lines of code changed in 1 file:

  • CCA/Ports: Scheduler.h (+1 -1)
harman 2017-11-28 15:48 Rev.: 57358

Global:
- Renamed the component and variables associated with reduceUda -> PostProcessUda

PostProcessUda.cc/h:
- cleaned out testing code
- added a common class

1 lines of code changed in 1 file:

  • CCA/Ports: Output.h (+1 -1)
allen 2017-11-24 15:37 Rev.: 57339

removed the delta T label from the shared state and began removing the shared state where possible

5 lines of code changed in 2 files:

  • CCA/Ports: ApplicationInterface.h (+1 -2), SolverInterface.h (+4 -5)
allen 2017-11-22 22:05 Rev.: 57335

Fixed so the model maker is passed down correctly

2 lines of code changed in 1 file:

  • CCA/Ports: ApplicationInterface.h (+2 -1)
allen 2017-11-22 21:12 Rev.: 57334

additional changes related to the Application Common

3 lines of code changed in 3 files:

  • CCA/Ports: ApplicationInterface.h (+2), DataWarehouse.cc (new)
allen 2017-11-21 15:40 Rev.: 57322

update to move to a application common class and remove the shared state

340 lines of code changed in 11 files:

  • CCA/Ports: ApplicationInterface.cc (+6 -4), ApplicationInterface.h (+204 -137), LoadBalancerPort.h (+10 -2), ModelInterface.h (+17 -6), Output.h (+64 -28), Regridder.h (+17 -4), Scheduler.h (+10 -3), SimulationInterface.cc (del), SimulationInterface.h (del), SwitchingCriteria.h (+11 -1), sub.mk (+1 -1)
allen 2017-10-25 12:48 Rev.: 57176

added processor node identification to the proc group, also cleaned up method names

3 lines of code changed in 2 files:

  • CCA/Ports: SFC.h (new)
allen 2017-10-24 17:42 Rev.: 57174

adding new file to replace SimInterface

359 lines of code changed in 2 files:

  • CCA/Ports: ApplicationInterface.cc (+109), ApplicationInterface.h (+250)
allen 2017-09-20 12:50 Rev.: 57016

fixes for W-cycle and performing on-the-fly analysis

12 lines of code changed in 1 file:

  • CCA/Ports: SimulationInterface.h (new 12)
allen 2017-09-11 10:44 Rev.: 56979

added in new task monitoring feature on a per patch basis

3 lines of code changed in 1 file:

  • CCA/Ports: Scheduler.h (+3)
ahumphrey 2017-06-22 19:05 Rev.: 56691

Major cleanup with ComponentTimings. Fully decouple InfoMapper and RuntimeStats.

0 lines of code changed in 1 file:

  • CCA/Ports: Scheduler.h (-2)
ahumphrey 2017-06-14 17:50 Rev.: 56630

Fully generalize temporal scheduling.

This is very component driven now and through one additional SimulationInterface virtual function ( virtual int computeTaskGraphIndex() ), task graph index (e.g. rad_calc_freq modulo) can be computed in a component-specific way. SimController now calls computeTaskGraphIndex() on the sim object and passes this to executeTimestep. This method is not pure virtual, and maintains backward compatibility for components not using temporal scheduling.

Note, this may have broken a few Arches restart tests, however I've spoken to Derek about this and we will remedy ASAP. This is due to how Arches is now finding rad_calc_freq outside of it's RMCRT object.

11 lines of code changed in 1 file:

  • CCA/Ports: SimulationInterface.h (+11 -2)
ahumphrey 2017-06-06 14:15 Rev.: 56609

Reintegration of incite_dev branch. Improvements/Features/Optimizations include (but not limited too):

1.) Temporal scheduling, e.g. support for multiple primary task graphs (not w-cycle)
2.) Significantly improved task graph compilation times for multi-level RMCRT at large core/patch counts
3.) GPU super patch support
4.) Highly optimized RMCRT GPU kernels
5.) Significant reduction in infrastructure memory footprint

ARCHES: methane_rmcrt test is broken due to issues with trunk code. Good luck Todd, let us know if you need another set of eyes.
WASATCH: RMCRT-Burns-Christon UDA comparison fails as the trunk input file specifies an unused variable to store. Branch code has fixed this.
-"compare_uda -ignoreVariable "VRFlux" rmcrt-burns-christon.uda.trunk rmcrt-burns-christon.uda.branch" compares exactly.
-just need to remove <save label="VRFlux"/> from original input and regenerate GS for this test.

Please let us know if anyone sees any residual issues with this commit. We are standing by to deal with any fallout.

27 lines of code changed in 4 files:

  • CCA/Ports: DataWarehouse.h (new), LoadBalancerPort.h (+7 -4), Scheduler.h (+6 -2)
allen 2017-05-31 14:29 Rev.: 56584

to to record vars changes with the insitu I added an output and restart problem spec restart to the archiver. As a side affect I compartmentalized the setup in the sim controller

1 lines of code changed in 1 file:

  • CCA/Ports: Output.h (+1)
dav 2017-05-11 17:12 Rev.: 56512


- Fixes by Sid (with some help from Dav)

* Update to create individual MPI_Comms for use by PIDX.
* Update to newest PIDX API.

* Minor formatting, variable alignment for readability. Remove tabs.
* Pass strings as const references (&) to avoid copy.

M CCA/Components/DataArchiver/DataArchiver.cc
M CCA/Components/DataArchiver/DataArchiver.h
M CCA/Components/SimulationController/AMRSimulationController.cc
M CCA/Ports/PIDXOutputContext.cc
M CCA/Ports/PIDXOutputContext.h
M Core/DataArchive/DataArchive.cc
M Core/DataArchive/sub.mk

61 lines of code changed in 4 files:

  • CCA/Ports: PIDXOutputContext.cc (+39 -32), PIDXOutputContext.h (new)
allen 2017-04-26 15:48 Rev.: 56484

clean up of the output / checkpint timing and added a misc timing option

7 lines of code changed in 1 file:

  • CCA/Ports: Output.h (+7 -5)
jas 2017-04-20 13:19 Rev.: 56453

Update copyright.

43 lines of code changed in 41 files:

  • CCA/Ports: DataWarehouse.cc (+1 -1), DataWarehouse.h (+1 -1), DataWarehouseP.h (+1 -1), InputContext.h (+1 -1), LoadBalancerPort.cc (new 1), LoadBalancerPort.h (+1 -1), ModelInterface.cc (+1 -1), ModelInterface.h (+1 -1), ModelMaker.cc (new 1), ModelMaker.h (+1 -1), Output.cc (+1 -1), Output.h (+1 -1), OutputContext.h (new), PIDXOutputContext.cc (+1 -1), PIDXOutputContext.h (+1 -1), ProblemSpecInterface.cc (+1 -1), ProblemSpecInterface.h (+1 -1), Regridder.cc (+1 -1), Regridder.h (+1 -1), SFC.cc (new), SFC.h (+1 -1), Scheduler.cc (+1 -1), Scheduler.h (+1 -1), SchedulerP.h (new), SimulationInterface.cc (new 13), SimulationInterface.h (+1 -1), SolverInterface.cc (new), SolverInterface.h (+1 -1), SwitchingCriteria.cc (new), SwitchingCriteria.h (+1 -1), sub.mk (+1 -1)
allen 2017-04-13 16:24 Rev.: 56421

Removed Time.h and replaced with Timers.hpp

174 lines of code changed in 1 file:

  • CCA/Ports: SFC.h (+174 -174)
ahumphrey 2017-03-07 20:27 Rev.: 56301

Backing out committ 56299 for now. The optimizations made in this commit have triggered the DWDatabase race condition Brad and I discussed at a high level recently.

1 lines of code changed in 1 file:

  • CCA/Ports: LoadBalancerPort.h (+1 -1)

(4 more)

Generated by StatSVN 0.7.0