July 2019 Commit Log

Number of Commits:
33
Number of Active Developers:
4
guilkey 2019-07-31 12:41 Rev.: 59568

Formatting...

0 lines of code changed in 2 files:

harman 2019-07-31 11:12 Rev.: 59567

getParent()
- fixed error in conditional. d->content can be 0x0 with a parent node.

0 lines of code changed in 2 files:

jthornoc 2019-07-26 16:39 Rev.: 59565

Added an optional flag when querying for a table value outside of the
table to deal with volumetric quantities (density, etc)
Fixed a bug in the flux calculation for intrusion inlets.
This will break the intrusion inlet tests.

35 lines of code changed in 11 files:

jthornoc 2019-07-19 12:38 Rev.: 59558

Whoops...wrong label...

2 lines of code changed in 1 file:

harman 2019-07-19 10:17 Rev.: 59557

powerLawProfile2:
- User must specify the channel half height. Previous, the code would assume it was the height of the domain.
- Changed the equation so the profile is symmetric at the channel half height.

17 lines of code changed in 2 files:

jthornoc 2019-07-19 10:13 Rev.: 59556

Checking to see if neighbor is a wall before adding face area to total
inlet area.

11 lines of code changed in 1 file:

jthornoc 2019-07-18 14:39 Rev.: 59553

Initialize variables to zero in the extra cell to get RT passing.

19 lines of code changed in 2 files:

jthornoc 2019-07-18 10:23 Rev.: 59552

Clean up a leak.

2 lines of code changed in 1 file:

harman 2019-07-17 10:01 Rev.: 59548

Renamed myBatch.slrm -> ashBatch.slrm

Added parametric study (speedTest1-ash.tst) where the DO solver tolerance was varied.


193 lines of code changed in 6 files:

harman 2019-07-16 16:59 Rev.: 59545

Added Arches example of a parametric study using the Coal/1GW_pokluda_np.ups running on ash.

Minor polishing and cleanup

More meta data is dumped to the screen.


74 lines of code changed in 8 files:

harman 2019-07-15 10:41 Rev.: 59541

Removed extra dash.

0 lines of code changed in 2 files:

jholmen 2019-07-15 09:01 Rev.: 59539

* Updated the path to heliumKS_pressureBC.ups.

5 lines of code changed in 1 file:

jholmen 2019-07-14 12:34 Rev.: 59534

* Replaced tabs with spaces.

0 lines of code changed in 2 files:

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:

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

59 lines of code changed in 3 files:

harman 2019-07-12 14:09 Rev.: 59530

Kokkos_dev nightly RT configuration:
- Arches & examples
- Standard optimized configure line
- "NIGHTLY" group of tests
- optimized tests only
- gold standards in the kokkos_rt directory

0 lines of code changed in 4 files:

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:

jthornoc 2019-07-11 15:56 Rev.: 59527

Swirl condition had a sign error on positive faces.

9 lines of code changed in 1 file:

jthornoc 2019-07-11 10:25 Rev.: 59523

Adding a Swirl condition for scalar (DQMOM velocities).
Note that the spec in the input file is a bit tricky. Use carefully.
Also fixed a bug in the momentum swirl condition where boundary conditions were being overwritten.

239 lines of code changed in 10 files:

jthornoc 2019-07-11 10:25 Rev.: 59522

Minor cleanup. Added additional output variables for helium_rk1.ups.

4 lines of code changed in 2 files:

jthornoc 2019-07-11 10:25 Rev.: 59521

Consolidate the FE update into one class.

27 lines of code changed in 5 files:

jthornoc 2019-07-11 10:25 Rev.: 59520

Removing the storage of the ProblemSpec from the Unweight function. This
was leftover from the last large commit.

11 lines of code changed in 2 files:

harman 2019-07-10 10:39 Rev.: 59518

Added kokkos_dev to the changeSource.

removed split_flie from SVNPoller()

Removed duplicate configure command.

Added petsc to the kokkos_opt_configCmd

8 lines of code changed in 1 file:

harman 2019-07-10 09:19 Rev.: 59517

Updated the builder names and added "Kokkos-opt" options.

0 lines of code changed in 2 files:

harman 2019-07-09 15:20 Rev.: 59514

variable name change "c" -> "master" global variable names that are a single char are an incredibly bad idea.

Added kokkos_full regression tests and a try server.

Removed kokkos_opt_comp, which duplicated kokkos_full tests.

156 lines of code changed in 1 file:

harman 2019-07-08 15:49 Rev.: 59513

Added machinery for kokkos:opt, kokkos:opt-omp, kokkos:opt-cuda and kokkos:opt-omp-cuda compilation
tests

237 lines of code changed in 1 file:

harman 2019-07-05 12:26 Rev.: 59511

More work on generalizing the factories and steps.

Removed debug static factory, it's been replaced by the compile factory.


135 lines of code changed in 1 file:

harman 2019-07-03 15:59 Rev.: 59508

Instead of having a separate factory and builder for each configuration we want to test we're
now moving towards having a common set of factories and different builders. The configureCmd,
compiler options, and work directory are set at the builder level via the "Properties" mechanism.
Those properties are propagated down into the factory steps. This move will reduce the number
of factories.

105 lines of code changed in 1 file:

harman 2019-07-03 12:16 Rev.: 59506

Consolidated the configure and compile steps into separate functions.


106 lines of code changed in 1 file:

harman 2019-07-03 09:47 Rev.: 59504

More preparation for Kokkos_dev buildbot:
- generalized svn_update step
- renamed schedulers
- started adding kokkos schedulers, commented out

122 lines of code changed in 1 file:

harman 2019-07-02 15:29 Rev.: 59503

Preliminary work before adding kokkos_dev builders.

- Moved build directories to trunk/

- Prepended builderNames with 'Trunk:'

74 lines of code changed in 1 file:

harman 2019-07-01 14:52 Rev.: 59500

Added error checking. A regression test must run at least 2 timesteps. If it doesn't then there is a memory
leak reported in hypre on a restart.

11 lines of code changed in 1 file:

harman 2019-07-01 12:56 Rev.: 59499

Removed EOL spaces.

Changed output formatting, the delimiter is now " " instead of "\t"

containsCellInclusive()
- changes so the user can set a plane next to the x+,y+,z+ domain faces.


0 lines of code changed in 4 files:

June 2019 »

Generated by StatSVN 0.7.0