June 2018 Commit Log

Number of Commits:
29
Number of Active Developers:
10
ahumphrey 2018-06-30 17:22 Rev.: 58366

Start individual TG timers for debugging. These timers used to be RAII, but someone has since changed the design and added API??

1 lines of code changed in 1 file:

derekhar 2018-06-29 18:42 Rev.: 58365

Created a performant version of the N-D CHemistry Table.

87 lines of code changed in 1 file:

harman 2018-06-29 17:01 Rev.: 58364

uintah-build: typo in hypre path

2 lines of code changed in 1 file:

harman 2018-06-29 16:43 Rev.: 58363

uintah-build configure:
using manually compiled packages.
--with-mpi=/usr/lib/mpich\\
--with-hypre=/usr/local/hypre-2.10.1 \\
--with-boost=/usr/local/boost-1.65.1 \\
--with-petsc=/usr/local/petsc-3.8.4 \\


9 lines of code changed in 1 file:

bisaac 2018-06-29 14:24 Rev.: 58362

Added a fix to WallHT for the scenario where rad_q_max = rad_q_melt and we switch from regime 2 to regime 3. This was creating unphysical behavior liquid layer thickness. This commit shouldn't impact regression tests.

4 lines of code changed in 1 file:

jholmen 2018-06-27 09:47 Rev.: 58358

* Added Brad's changes from kokkos_dev commit r58334.

Original commit message:

"Getting rid of some old multi-GPU per node code which caused ridiculously task graph compile times on certain problems."

1 lines of code changed in 3 files:

bpeterson 2018-06-26 20:17 Rev.: 58357

Turning off the FIXED_RANDOM_NUM define here as well (it's already off in the other two locations.)

0 lines of code changed in 2 files:

harman 2018-06-26 11:23 Rev.: 58355

fixed typo

1 lines of code changed in 1 file:

harman 2018-06-26 11:16 Rev.: 58354

uintah-build
- point configure to a local compilation of boost
- remove sci-malloc from the configure lines
- on gpu builds do not compile radprops or tabprops.


7 lines of code changed in 1 file:

harman 2018-06-25 17:32 Rev.: 58352

New configure line for uintah-build.

6 lines of code changed in 1 file:

ahumphrey 2018-06-25 13:25 Rev.: 58348

Use std::unordered_set (since C++11) in processor neighborhod determination. Sorting isn't necessary and this shaves several minutes of TG compilation time at higher core counts.

48 lines of code changed in 7 files:

harman 2018-06-22 18:02 Rev.: 58346

This should fix the HTML links for sus output.

4 lines of code changed in 2 files:

dav 2018-06-22 13:36 Rev.: 58345

Fix bad var name from sed

2 lines of code changed in 1 file:

bisaac 2018-06-20 16:54 Rev.: 58337

This commit adds all of Minmins work on the nles model. No impact on regression tests.

2463 lines of code changed in 12 files:

harman 2018-06-20 13:56 Rev.: 58333

Rephrase exception message per Dav's suggestion.

0 lines of code changed in 2 files:

harman 2018-06-20 13:00 Rev.: 58332

readInputFile()
- tell the user how to use xmllint to find problems with ups file.

6 lines of code changed in 1 file:

harman 2018-06-19 15:23 Rev.: 58324

modUPS2
Fixed bug when the values to be updated contained white spaces.

0 lines of code changed in 2 files:

jbhooper 2018-06-19 13:49 Rev.: 58323

-- Ported diffusion framework into SerialMPM
-- Added Arruda-Boyce 8 Chain Rubber Elastomer constitutive model
-- Misc. formatting cleanup (particularly in MPM/Materials/Diffusion)

1904 lines of code changed in 31 files:

harman 2018-06-18 15:09 Rev.: 58321

Added missing comma.

0 lines of code changed in 2 files:

harman 2018-06-18 14:43 Rev.: 58320

Added 2D Rate stick simulation to nightly regression tester.

1 lines of code changed in 1 file:

harman 2018-06-15 13:04 Rev.: 58314


Dust off script and take a pass through it.

0 lines of code changed in 2 files:

harman 2018-06-12 17:57 Rev.: 58305



ApplicationCommon:
reduceSystemVars()
- Added MPI::Allreduce for the flag dataWarehouse::d_restart. This only happens if an application is allowing timesteps to be restarted.
All ranks must know that a timestep has been restarted.

updateSystemVars()
- removed Bcast call.
- Only update simTime, on this rank, if the timestep has not been restarted

Schedulers::excute()
- Removed MPI::Allreduce code for the flag dataWarehouse::d_restart.

OnDemandDataWarehouse
- Removed redundant method setRestarted(). This functionality already exists.

Thanks Alan.

26 lines of code changed in 7 files:

ahumphrey 2018-06-12 15:32 Rev.: 58303

Add variadic TOUTALL macro, which reports "RANK:TID MSG" where MSG is provided at the macro call site.

9 lines of code changed in 1 file:

harman 2018-06-08 16:29 Rev.: 58300

movie_lineExtract:
- Some udas have hundreds of timesteps which exceed array limits in csh. Added machinery
to loop over 20 timesteps at a time.

ppm_To_mpg
- On some Ubuntu distros ffmpeg is not available. If it doesn't exist use it's cousin avconv.

0 lines of code changed in 4 files:

allen 2018-06-07 06:51 Rev.: 58290

added bcast for sync'ing the sim time

5 lines of code changed in 1 file:

harman 2018-06-05 15:26 Rev.: 58288

HypreSolver.cc
- Hypre can request that a timestep be restarted. Note, the driving component must have
sched->setRestartable(true);
set for it to work.

impICE & MPIScheduler
- improved warnings when a timestep is restarted.


23 lines of code changed in 3 files:

bisaac 2018-06-05 10:35 Rev.: 58287

Modified burnout to be mo/mo0 instead of 1-mo/mo0 as per Phils request. This will change the answers to the mass_energy_balance test.

1 lines of code changed in 1 file:

harman 2018-06-04 15:15 Rev.: 58286

- Simplified and consolidated code inside of conditionals.

- Only set the solver and preconditioner parameters once, instead of every timestep.

- The default setting for do_setup is false, updateCoefs is true.

- Removed EOL spaces.


328 lines of code changed in 1 file:

jsutherland 2018-06-01 13:59 Rev.: 58282

Propagate CUDA path specification to W3P builds.

3 lines of code changed in 1 file:

May 2018 »

Generated by StatSVN 0.7.0