[root]/R_Tester
helpers
(9 files, 3200 lines)
toplevel
(4 files, 1159 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 43 (100.0%) | 422 (100.0%) | 9.8 |
harman | 30 (69.8%) | 304 (72.0%) | 10.1 |
jthornoc | 4 (9.3%) | 87 (20.6%) | 21.7 |
tsaad | 2 (4.7%) | 11 (2.6%) | 5.5 |
guilkey | 3 (7.0%) | 10 (2.4%) | 3.3 |
jholmen | 1 (2.3%) | 5 (1.2%) | 5.0 |
ohdiazi | 1 (2.3%) | 2 (0.5%) | 2.0 |
jsutherland | 1 (2.3%) | 2 (0.5%) | 2.0 |
spinti | 1 (2.3%) | 1 (0.2%) | 1.0 |
Disabled debug tests for the drone tests. They're failing with:
Wasatch3P/src/SpatialOps/spatialops/structured/MemoryWindow.cpp:54: SpatialOps::MemoryWindow::MemoryWindow(const IntVec&, const IntVec&, const IntVec&): Assertion `sanity_check()' failed.
0 lines of code changed in 2 files:
Added a flag so user can pass compareUda options to the machinery on a per test basis.
compareUda_options="string" - Additional command line options for compare_uda
This useful for using ignoreVariables or compareVariables options.
228 lines of code changed in 17 files:
Added modifier to particle scattering coefficient.
Removed NIGHTLYTESTS from list of LOCAL_TESTS in ARCHES.py
1 lines of code changed in 1 file:
constantPressBC: not_retart tests. Control volume dat files don't compare o restarts. I need to implement copyDatFiles().
1 lines of code changed in 1 file:
Added constantPress_BC regression test.
2 lines of code changed in 1 file:
These tests need some work to conform to my last commit. Turning them
off for now.
2 lines of code changed in 1 file:
Wasatch is now capable of simulating drones
2 lines of code changed in 1 file:
put the fan model example under RT
9 lines of code changed in 1 file:
BrownSoot_Spectral.ups: changed number of ordinates to 8 and added <addOrthogonalDirs> tag.
ARCHES.py: Added BrownSoot_Spectral test with the <addOrthogonalDirs> flag enabled.
7 lines of code changed in 1 file:
Added a series of sweeps tests.
12 lines of code changed in 1 file:
* Updated the path to heliumKS_pressureBC.ups.
5 lines of code changed in 1 file:
Cleaned up some of the turbulence testing and added new tests for the
parallel_for enabled models.
Removed repeated handoff tests in ARCHES.py
Updated getTKE.py to py3
3 lines of code changed in 1 file:
Cleaning up ARCHES.py and adding a few new tests:
OFC_mom
helium_plume_rk1
helium_plume_rk2
helium_plume_rk3
56 lines of code changed in 1 file:
Added regression test that uses the slip momentum exchange code.
13 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.
26 lines of code changed in 1 file:
Reduce the domain and modify the patches to get a faster time to solution. This
will break the RT.
1 lines of code changed in 1 file:
SerialMPM:
actuallyInitialize()
- loop over actual patch boundary faces. If the domain is periodic there are no faces.
* Added rmpmice regression test. Advection of a block through a corner of a periodic domain.
3 lines of code changed in 1 file:
ICE: problemSetup
- only execute read_*_BC_inputs() if the grid is not periodic.
Added two regression tests that are on a periodic domain
2 lines of code changed in 1 file:
Added methan_VR.ups to the Arches nightly regression testing suite.
Radiometer.cc:getPatches()
- added bulletproofing. The user must specify the VR low and high points so there is at least
one cell in each direction.
Polished and pulled weeds.
1 lines of code changed in 1 file:
Uncomment the localRT tests that I commented out during debugging. Commented
out a requires in interpolateParticlesToGrid_CFI.
4 lines of code changed in 1 file:
Change the interface to the interpolators. Previously, all calls to the
interpolators passed in the particle's reference size and the deformation
gradient, even though only CP*Interpolators use the deformation gradient.
Now, at the top of each MPM timestep, the current size (F*size for CP*I
particles, or just size for other interpolators) is passed in. This has
the upside of only computing the F*size product once/timestep, not once per
call to an interpolator task. Also, fewer tasks require the deformation
gradient, so data dependencies are reduced a little bit.
5 lines of code changed in 1 file:
Commented out failing kokkos tests.
34 lines of code changed in 2 files:
Disable a test temporarily.
2 lines of code changed in 1 file:
set max_Timesteps for ups files.
Changed name on regression test.
1 lines of code changed in 1 file:
1. Char oxidation smith 2016 was deleted and char oxidation 2018 was renamed to CharOxidationSmith.
2. Char Oxidation model was renamed to CharOxidationSmithConstLv0. This is the first version of the smith char model and uses a constant particle diameter. This char model will not be used in production code, but it can be use for testing.
3. The following inputs files: mass_energy_balance, mass_energy_balance_Tfluid, mass_energy_balance_psnox, OFC_smith2016 (this file was rename to OFC_smith) and mass_energy_balance_psnox used the CharOxidationSmith2016 model, thus, they are updated to CharOxidationSmith (version of 2018). Therefore, RT is going to fail for these tests.
4. The input file OFC_smith was deleted.
5. The following input files use the original version of CharOxidationSmith (Named CharOxidationSmithConstLv0 after this commit): Coal_Nox,multibox_rmcrt_coal_1L, multibox_rmcrt_coal_2, multibox_rmcrt_coal_DO. The RT will not fail for these tests.
2 lines of code changed in 1 file: