Directory CCA/Components/Examples/

Total Files:
44
Deleted Files:
3
Lines of Code:
8573

[root]/CCA/Components/Examples

Lines of Code

CCA/Components/Examples/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 198 (100.0%) 1739 (100.0%) 8.7
cgritton 15 (7.6%) 951 (54.7%) 63.4
allen 120 (60.6%) 547 (31.5%) 4.5
ahumphrey 12 (6.1%) 142 (8.2%) 11.8
harman 2 (1.0%) 51 (2.9%) 25.5
jas 48 (24.2%) 46 (2.6%) 0.9
jholmen 1 (0.5%) 2 (0.1%) 2.0

Most Recent Commits

allen 2017-12-27 19:22 Rev.: 57524

removed unneeded header files

0 lines of code changed in 6 files:

  • CCA/Components/Examples: DOSweep.cc (new), SolverTest1.cc (changed), SolverTest2.cc (new)
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

4 lines of code changed in 4 files:

  • CCA/Components/Examples: RMCRT_Test.cc (new), RMCRT_Test.h (+1 -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

1 lines of code changed in 1 file:

  • CCA/Components/Examples: RMCRT_Test.cc (+1 -1)
allen 2017-12-12 20:26 Rev.: 57433

Cleanup of the Scheduler to use ports for all components

9 lines of code changed in 8 files:

  • CCA/Components/Examples: DOSweep.cc (+1 -1), Poisson2.cc (new), RMCRT_Test.cc (+1 -1), RegridderTest.cc (+2 -2), SolverTest1.cc (+1 -1), SolverTest2.cc (+1 -1)
allen 2017-12-12 14:13 Rev.: 57430

made the ApplicationInterface purely virtual and cleaned up naming

4 lines of code changed in 1 file:

  • CCA/Components/Examples: RMCRT_Test.cc (+4 -3)
ahumphrey 2017-11-27 20:15 Rev.: 57352

Remove PoissonGPU1 example component.

1 lines of code changed in 5 files:

  • CCA/Components/Examples: PoissonGPU1.cc (del), PoissonGPU1.h (del), PoissonGPU1Kernel.cu (del), sub.mk (+1 -4)
allen 2017-11-27 10:30 Rev.: 57345

changed sharedState to m_sharedState

13 lines of code changed in 3 files:

  • CCA/Components/Examples: PoissonGPU1.cc (new 13), UnifiedSchedulerTest.cc (changed)
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

42 lines of code changed in 26 files:

  • CCA/Components/Examples: AdvectSlabs.cc (+2 -2), Benchmark.cc (+2 -2), Burger.cc (new), DOSweep.cc (+3 -4), Heat.cpp (new), ParticleTest1.cc (new), Poisson1.cc (new), Poisson2.cc (+2 -2), Poisson3.cc (new), Poisson4.cc (+2 -2), PoissonGPU1.cc (+2 -2), RMCRT_Test.cc (+2 -2), RegridderTest.cc (+2 -2), SolverTest1.cc (+3 -4), SolverTest2.cc (+2 -2), UnifiedSchedulerTest.cc (+2 -2), Wave.cc (+6 -6)
allen 2017-11-22 21:12 Rev.: 57334

additional changes related to the Application Common

5 lines of code changed in 2 files:

  • CCA/Components/Examples: ParticleTest1.cc (+3 -3), RMCRT_Test.cc (+2 -3)
jholmen 2017-11-21 23:41 Rev.: 57328

* Added build system support for Kokkos.
* Added /src/include/sci_defs/kokkos_testdefs.h.in.

This commit allows --with-kokkos=DIR to be used to point to a Kokkos installation instead of CXXFLAGS and LDFLAGS.

Note, files using #define UINTAH_ENABLE_KOKKOS must now add #include <sci_defs/kokkos_defs.h> to manage this macro.

2 lines of code changed in 1 file:

  • CCA/Components/Examples: Poisson1.cc (+2)
allen 2017-11-21 15:40 Rev.: 57322

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

457 lines of code changed in 60 files:

  • CCA/Components/Examples: AMRHeat.cpp (new), AMRHeat.hpp (new), AMRWave.cc (new), AMRWave.h (+5 -2), AdvectSlabs.cc (+13 -13), AdvectSlabs.h (new), Benchmark.cc (+14 -15), Benchmark.h (+9 -8), Burger.cc (+16 -17), Burger.h (+9 -8), DOSweep.cc (+16 -16), DOSweep.h (new), Heat.cpp (+14 -15), Heat.hpp (+9 -9), Interpolator.h (-4), ParticleTest1.cc (+15 -15), ParticleTest1.h (+10 -8), Poisson1.cc (+13 -13), Poisson1.h (+9 -8), Poisson2.cc (+15 -15), Poisson2.h (new), Poisson3.cc (+17 -17), Poisson3.h (+9 -8), Poisson4.cc (+15 -16), Poisson4.h (new), PoissonGPU1.cc (+13 -13), PoissonGPU1.h (new 8), RMCRT_Test.cc (+18 -18), RMCRT_Test.h (+9 -8), RegridderTest.cc (+28 -26), RegridderTest.h (+9 -8), SolverTest1.cc (+16 -17), SolverTest1.h (+9 -8), SolverTest2.cc (+15 -17), SolverTest2.h (+9 -8), UnifiedSchedulerTest.cc (+12 -13), UnifiedSchedulerTest.h (new), Wave.cc (+20 -20), Wave.h (new), sub.mk (+1)
allen 2017-10-25 12:48 Rev.: 57176

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

12 lines of code changed in 9 files:

  • CCA/Components/Examples: Benchmark.cc (+1 -1), Poisson1.cc (+1 -1), Poisson2.cc (+1 -1), Poisson3.cc (+1 -1), Poisson4.cc (+1 -1), PoissonGPU1.cc (+1 -1), RMCRT_Test.cc (+1 -1), RegridderTest.cc (+4 -4), UnifiedSchedulerTest.cc (+1 -1)
jas 2017-10-24 12:37 Rev.: 57171

Fix some of the comparison between signed and unsigned integer expressions warnings.

5 lines of code changed in 3 files:

  • CCA/Components/Examples: AMRWave.cc (+1 -1), Poisson3.cc (+3 -3), RegridderTest.cc (+1 -1)
harman 2017-10-19 13:54 Rev.: 57156

Added a global map for keeping track of which dw the abskg resides in.

// For RMCRT algorithms the absorption coefficient can be required from either the old_dw or
// new_dw depending on if RMCRT:float is specified. On coarse levels abskg _always_ resides
// in the newDW. If RMCRT:float is used then abskg on the fine level resides in the new_dw.


This will change then number of checkpoints and the answers in ARCHES:RMCRT:multibox tests.


1 lines of code changed in 1 file:

  • CCA/Components/Examples: RMCRT_Test.cc (+1 -1)
cgritton 2017-09-01 10:20 Rev.: 56956

Updates to the heat equation example and added an AMR version. The AMR version is still in progress.

306 lines of code changed in 5 files:

  • CCA/Components/Examples: AMRHeat.cpp (+232), AMRHeat.hpp (+65), Heat.cpp (-6), Heat.hpp (+7 -4), sub.mk (+2 -1)
ahumphrey 2017-08-11 18:14 Rev.: 56876

Fix builds without Hypre enabled - e.g. componentless build, etc.
SolverTest2 directly included Hypre headers no matter what.

4 lines of code changed in 1 file:

  • CCA/Components/Examples: sub.mk (+4 -1)
cgritton 2017-08-11 11:05 Rev.: 56873

Fixed issues with boundary conditions for heat example

26 lines of code changed in 1 file:

  • CCA/Components/Examples: Heat.cpp (+26 -16)
cgritton 2017-08-10 15:23 Rev.: 56870

Added to new examples components to for developing Hypre IJ interface and AMR. Currenlty these components are barebones examples that will be iterated upon.

619 lines of code changed in 9 files:

  • CCA/Components/Examples: ExamplesLabel.cc (+3), ExamplesLabel.h (new), Heat.cpp (+211), Heat.hpp (+63), SolverTest2.cc (+227), SolverTest2.h (+112), sub.mk (+2)
ahumphrey 2017-07-14 11:16 Rev.: 56790

Cleanup DOUT-based debugging output for RMCRT-related classes. Still having issues with use of DOUT in DbgOutput::print* methods. Working on it.

For those who are wondering, below is my spiel on Dout (class) and DOUT (variadic macro), why DebugStream is not a great idea in our world today, and perhaps some motivation to move in this direction should you actually want coherent, lock-free output by multiple threads or MPI ranks. Dout simply co-opts the SCI_DEBUG env var and does not effect DebugStream.

// ------------------------------------------------------------------------------------------------
// Dout (class) versions of the above (moving away from DebugStream)
//
// Dout is an extremely lightweight way to provide the same functionality as DebugStream,
// but in a fully lock-free way for both multiple threads and MPI ranks. Dout also does not
// inherit from from the standard library (std::ostream specifically) as DebugStream does.
// The DOUT variadic macro is then used, which is printf-based. By the POSIX standard, printf
// must "behave" like it acquired a lock. The Dout class also defines an explicit bool() operator
// for checking state, e.g. active or inactive.
// ------------------------------------------------------------------------------------------------

12 lines of code changed in 1 file:

  • CCA/Components/Examples: RMCRT_Test.cc (+12 -6)
harman 2017-06-26 16:00 Rev.: 56703

RMCRT:
- abskg_dw is now a global map with the level index as the key. The component can specify
using the old/new_dw for on finest level. Abskg is always pulled from the new_dw on coarser levels.


Arches/SourceTerms/RMCRT.cc:
global - changed level->getID to level->getIndex()
No longer specifying abskg_dw when scheduling tasks, it's handled via the global vector.
Arches now uses abskg from the old_dw.

Input files:
added <stage = 0> tags.

The Arches RMCRT tests will fail, since the number of checkpoint variables increased by 1.


50 lines of code changed in 1 file:

  • CCA/Components/Examples: RMCRT_Test.cc (+50 -46)
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.

31 lines of code changed in 2 files:

  • CCA/Components/Examples: RMCRT_Test.cc (+25 -7), RMCRT_Test.h (+6)
ahumphrey 2017-06-13 15:40 Rev.: 56626

Call setRestartInitTimestep( false ) for single-level regridder case prior to 2nd scheduler->init call (this is a special case). This allows the arches-regrid test to work correctly with temporal scheduling and >1 primary task graphs.

Some other cleanup, spell checking and basic formatting while under the hood.

2 lines of code changed in 1 file:

  • CCA/Components/Examples: RMCRT_Test.cc (+2 -4)
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.

92 lines of code changed in 2 files:

  • CCA/Components/Examples: RMCRT_Test.cc (+80 -47), RMCRT_Test.h (+12 -20)
jas 2017-04-20 13:30 Rev.: 56464

Update copyright.

41 lines of code changed in 45 files:

  • CCA/Components/Examples: AMRWave.cc (+1 -1), AMRWave.h (+1 -1), AdvectSlabs.cc (+1 -1), AdvectSlabs.h (+1 -1), Benchmark.cc (+1 -1), Benchmark.h (+1 -1), Burger.cc (+1 -1), Burger.h (+1 -1), DOSweep.cc (+1 -1), DOSweep.h (+1 -1), ExamplesLabel.cc (+1 -1), ExamplesLabel.h (+1 -1), Interpolator.cc (+1 -1), Interpolator.h (+1 -1), ParticleTest1.cc (+1 -1), ParticleTest1.h (+1 -1), Poisson1.cc (+1 -1), Poisson1.h (+1 -1), Poisson2.cc (+1 -1), Poisson2.h (+1 -1), Poisson3.cc (+1 -1), Poisson3.h (+1 -1), Poisson4.cc (+1 -1), Poisson4.h (+1 -1), PoissonGPU1.cc (+1 -1), PoissonGPU1.h (+1 -1), PoissonGPU1Kernel.cu (new 1), RMCRT_Test.cc (+1 -1), RMCRT_Test.h (+1 -1), RegionDB.cc (+1 -1), RegionDB.h (new), RegridderTest.cc (+1 -1), RegridderTest.h (+1 -1), SolverTest1.cc (+1 -1), SolverTest1.h (+1 -1), UnifiedSchedulerTest.cc (+1 -1), UnifiedSchedulerTest.h (+1 -1), UnifiedSchedulerTestKernel.cu (+1 -1), Wave.cc (+1 -1), Wave.h (+1 -1), sub.mk (+1 -1)
Generated by StatSVN 0.7.0