Directory R_Tester/

Total Files:
9
Deleted Files:
0
Lines of Code:
1772

[root]/R_Tester
        directory in repo helpers (9 files, 3200 lines)
        directory in repo toplevel (4 files, 1159 lines)

Lines of Code

R_Tester/ Lines of Code

Developers

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

Most Recent Commits

harman 2019-12-16 09:12 Rev.: 59908

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:

  • R_Tester: Wasatch.py (new)
harman 2019-12-11 16:15 Rev.: 59889

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:

  • R_Tester: ARCHES.py (new), Examples.py (+24 -23), ICE.py (+26 -25), IMPM.py (new), MPM.py (+28 -27), MPMICE.py (new), Models.py (new), UCF.py (+26 -25), Wasatch.py (+40 -39)
spinti 2019-12-03 17:17 Rev.: 59874

Added modifier to particle scattering coefficient.
Removed NIGHTLYTESTS from list of LOCAL_TESTS in ARCHES.py

1 lines of code changed in 1 file:

  • R_Tester: ARCHES.py (+1 -1)
harman 2019-12-03 09:51 Rev.: 59867

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:

  • R_Tester: ICE.py (+1 -1)
harman 2019-11-26 15:47 Rev.: 59860

Added constantPress_BC regression test.

2 lines of code changed in 1 file:

  • R_Tester: ICE.py (+2 -1)
jthornoc 2019-11-22 23:53 Rev.: 59850

These tests need some work to conform to my last commit. Turning them
off for now.

2 lines of code changed in 1 file:

  • R_Tester: ARCHES.py (+2 -2)
tsaad 2019-11-21 14:41 Rev.: 59847

Wasatch is now capable of simulating drones

2 lines of code changed in 1 file:

  • R_Tester: Wasatch.py (+2 -1)
tsaad 2019-11-21 14:35 Rev.: 59846

put the fan model example under RT

9 lines of code changed in 1 file:

  • R_Tester: Wasatch.py (+9 -2)
harman 2019-11-14 16:38 Rev.: 59825

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:

  • R_Tester: ARCHES.py (+7 -1)
harman 2019-11-12 13:17 Rev.: 59812

Added a series of sweeps tests.

12 lines of code changed in 1 file:

  • R_Tester: ARCHES.py (+12 -1)
jholmen 2019-07-15 09:01 Rev.: 59539

* Updated the path to heliumKS_pressureBC.ups.

5 lines of code changed in 1 file:

  • R_Tester: ARCHES.py (+5 -5)
jthornoc 2019-07-12 15:52 Rev.: 59533

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:

  • R_Tester: ARCHES.py (+3 -1)
jthornoc 2019-07-12 14:19 Rev.: 59531

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:

  • R_Tester: ARCHES.py (+56 -279)
harman 2019-07-12 08:35 Rev.: 59528

Added regression test that uses the slip momentum exchange code.

13 lines of code changed in 1 file:

  • R_Tester: MPMICE.py (+13 -3)
jthornoc 2019-06-26 15:17 Rev.: 59487

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:

  • R_Tester: ARCHES.py (+26 -26)
guilkey 2019-06-11 10:08 Rev.: 59454

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:

  • R_Tester: MPM.py (+1 -1)
harman 2019-06-10 16:29 Rev.: 59452

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:

  • R_Tester: MPMICE.py (+3 -1)
harman 2019-06-10 15:51 Rev.: 59451

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:

  • R_Tester: ICE.py (+2)
harman 2019-05-14 10:35 Rev.: 59402

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:

  • R_Tester: ARCHES.py (+1)
guilkey 2019-04-15 08:17 Rev.: 59341

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:

  • R_Tester: UCF.py (+4 -5)
guilkey 2019-04-13 15:49 Rev.: 59339

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:

  • R_Tester: UCF.py (+5 -4)
harman 2019-04-02 10:16 Rev.: 59296

Commented out failing kokkos tests.

34 lines of code changed in 2 files:

  • R_Tester: ARCHES.py (+26 -25), Examples.py (+8 -5)
jsutherland 2019-02-21 13:42 Rev.: 59215

Disable a test temporarily.

2 lines of code changed in 1 file:

  • R_Tester: Wasatch.py (+2 -2)
harman 2019-02-13 16:09 Rev.: 59210

set max_Timesteps for ups files.
Changed name on regression test.

1 lines of code changed in 1 file:

  • R_Tester: ICE.py (+1 -1)
ohdiazi 2019-02-12 13:59 Rev.: 59203

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:

  • R_Tester: ARCHES.py (+2 -3)
Generated by StatSVN 0.7.0