[root]/CCA/Components/Wasatch/Expressions
BoundaryConditions
(20 files, 3082 lines)
EmbeddedGeometry
(7 files, 913 lines)
MMS
(4 files, 1906 lines)
PBE
(11 files, 1909 lines)
Precipitation
(15 files, 2220 lines)
Particles
(9 files, 1253 lines)
PostProcessing
(13 files, 1754 lines)
TarAndSoot
(9 files, 876 lines)
Turbulence
(13 files, 2112 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 116 (100.0%) | 119 (100.0%) | 1.0 |
jas | 98 (84.5%) | 52 (43.7%) | 0.5 |
ahumphrey | 4 (3.4%) | 28 (23.5%) | 7.0 |
dav | 1 (0.9%) | 21 (17.6%) | 21.0 |
harman | 1 (0.9%) | 8 (6.7%) | 8.0 |
jsutherland | 6 (5.2%) | 5 (4.2%) | 0.8 |
allen | 6 (5.2%) | 5 (4.2%) | 0.8 |
Cleanup of the Scheduler to use ports for all components
5 lines of code changed in 6 files:
Minor cleanup
0 lines of code changed in 2 files:
schedule_ray_tracing()
- now setting abskg_dw via the call to set_abskg_dw_perLevel()
8 lines of code changed in 1 file:
Update copyright on wasatch files.
1 lines of code changed in 2 files:
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.
1 lines of code changed in 1 file:
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 3 files:
1. Update git hash for NSCBC. This allows all NSCBC expressions to be run on GPU.
2. A few minor modifications to get past error trapping on new Mac compilers.
4 lines of code changed in 2 files:
Update copyright.
52 lines of code changed in 98 files:
Continuation of previous commits to fix the type safety issue (compare to nullptr instead of 0) - Wasatch commits.
- Use {} for if statements (even 1 liners).
- Use fully qualified paths for #includes.
M Wasatch/Expressions/BasicExprBuilder.cc
M Wasatch/Transport/MomentTransportEquation.cc
M Wasatch/Transport/ParseEquation.cc
M Wasatch/Transport/ParticleMomentumEquation.cc
M Wasatch/Transport/ScalarTransportEquation.cc
M Wasatch/Transport/TotalInternalEnergyTransportEquation.cc
M Wasatch/WasatchParticlesHelper.cc
21 lines of code changed in 1 file: