[root]/CCA/Components/Arches/Task
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 59 (100.0%) | 755 (100.0%) | 12.7 |
jthornoc | 56 (94.9%) | 469 (62.1%) | 8.3 |
jholmen | 3 (5.1%) | 286 (37.9%) | 95.3 |
This commit fixes a failing test from my last commit (not running to completion) but breaks a bunch of new ones.
I’ve moved the RHS addition of the DQMOM source to DQMOMNoInversion where no DQMOM inversion is taking place. This consolidates some work and removes the need for an extra task. As such, this breaks Coal Production tests in the fuzz.
The Kokkos dqmom_example_char test also fails, but this appears because the source wasn’t being added in the correct place for Kokkos-DQMOM. Differences are small, however. This is still under development…
Also re-grouped the particle models into fewer, more intuitive groups.
Some other minor cleanup occurred.
3 lines of code changed in 4 files:
* Removed get_unmanage_const_field.
0 lines of code changed in 2 files:
Remove all traces of get_unmanaged field getters.
0 lines of code changed in 5 files:
Spacing/returns on DOUT.
2 lines of code changed in 1 file:
Find and replace all: "new_get_uintah_field" is now "get_field"
13 lines of code changed in 4 files:
Removing old variable getters for good.
0 lines of code changed in 1 file:
Final (?) cleanup of old variable getters. Old variable getters are now
commented out in TaskVariableTools and new getters are used everywhere.
43 lines of code changed in 1 file:
Fifth replacement of variable getters from TaskVariableTools.
This commit hits some of the getters with irregular spacing (thanks
RegEx).
3 lines of code changed in 1 file:
Fourth replacement of variable getters from TaskVariableTools.
This commit comments out one of the older getters in TaskVariableTools.
Note also that this was the first commit to handle pointers with the new
method in some cases.
9 lines of code changed in 2 files:
Third replacement of variable getters from TaskVariableTools.
3 lines of code changed in 1 file:
Second replacement of variable getters from TaskVariableTools.
3 lines of code changed in 2 files:
Removing unused functions.
Also, FieldTool now returns a reference rather than a pointer.
17 lines of code changed in 1 file:
Removing unneeded include and fixing a warning.
0 lines of code changed in 1 file:
Removing the general variadic implementation as it was causing some
ambiguity for some compilers.
0 lines of code changed in 1 file:
Make return types consistent.
2 lines of code changed in 1 file:
Compact grid variable getters with a variadic option.
28 lines of code changed in 2 files:
Encapsulating the Sandbox and SSPRK solvers a little better.
Added a test of the linear solver in the Sandbox and cleared out what was there before.
1 lines of code changed in 1 file:
Removing the build_task function which is not needed anymore.
0 lines of code changed in 1 file:
* Re-ordered grid variable access functions.
* Cleaned up whitespace and formatting.
286 lines of code changed in 1 file:
Addressing multiple issues for the KokkosSolver in this commit:
1) Start with smarter naming of the Arches task names for easier debugging.
2) Clean up of code (removal of commented lines, etc)
3) Rearranging of a few things to facilitate heat loss calc. and table lookup
4) Trying to clean up some of the naming conventions in TransportFactory - more work needed
5) Starting to remove the build_all_tasks function and actually build them when initially parsing the input file to remove redundant parsing
6) Added a default momentum name
7) Removed some initialization loops in favor of the .initialize() function on grid variables. Hoping there will be kokkos/uintah backend support for this.
8) Added a “volumetric” scalar support - was there before but not explicitly.
9) Turning off computesWithScratchGhost in the dyn. model until the errant mpi errors can be sorted.
Answers on Kokkos Tests are affected because of one or more of the following:
- rho_star isn’t initialized at sched_Initialize to the density value. There was no value in doing this and it created a task ordering problem.
- Different numbers of variables in checkpoint
- Fuzz differences in the helium tests
Otherwise the grid refinement verification studies passed, which are run manually.
71 lines of code changed in 8 files:
Make it more yelly.
3 lines of code changed in 1 file:
Add an end-of-line.
2 lines of code changed in 1 file:
Adding debug print statement for task packing.
6 lines of code changed in 1 file:
Fix a line continuation problem causing a DOUT to not be compiled.
Thanks, Dav, for pointing this out!
7 lines of code changed in 1 file:
More edits on ghost tracking including a new SCI_DEBUG flag.
80 lines of code changed in 4 files:
Fixing a bug in the max ghost cell tracking. Also clean out the list of
max ghost cells between scheduleInitialize and scheduleTimeAdvance.
27 lines of code changed in 2 files:
Updating the ghost reporting and folding it into a SCI_DEBUG flag in
Arches with the Arches_Variable_Task_Dep tag.
51 lines of code changed in 2 files:
Changing initialization for the struct since it was causing problems
with the inlet compiler.
4 lines of code changed in 1 file:
Slight reordering of things..
8 lines of code changed in 1 file:
Replace the simple int with a ghost cell information container (struct)
for the max ghost cell information.
31 lines of code changed in 1 file:
Adding max ghost tracking per factory and per entire variable space
across new and old DW.
52 lines of code changed in 2 files:
Two more boost headers creeping around.
0 lines of code changed in 1 file: