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:
Created a performant version of the N-D CHemistry Table.
87 lines of code changed in 1 file:
uintah-build: typo in hypre path
2 lines of code changed in 1 file:
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:
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:
* 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:
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:
fixed typo
1 lines of code changed in 1 file:
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:
New configure line for uintah-build.
6 lines of code changed in 1 file:
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:
This should fix the HTML links for sus output.
4 lines of code changed in 2 files:
Fix bad var name from sed
2 lines of code changed in 1 file:
This commit adds all of Minmins work on the nles model. No impact on regression tests.
2463 lines of code changed in 12 files:
Rephrase exception message per Dav's suggestion.
0 lines of code changed in 2 files:
readInputFile()
- tell the user how to use xmllint to find problems with ups file.
6 lines of code changed in 1 file:
modUPS2
Fixed bug when the values to be updated contained white spaces.
0 lines of code changed in 2 files:
-- 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:
Added missing comma.
0 lines of code changed in 2 files:
Added 2D Rate stick simulation to nightly regression tester.
1 lines of code changed in 1 file:
Dust off script and take a pass through it.
0 lines of code changed in 2 files:
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:
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:
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:
added bcast for sync'ing the sim time
5 lines of code changed in 1 file:
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:
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:
- 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:
Propagate CUDA path specification to W3P builds.
3 lines of code changed in 1 file:
May 2018 »