August 2018 Commit Log

Number of Commits:
59
Number of Active Developers:
7
harman 2018-08-31 17:14 Rev.: 58577

Partial migration from XML::Simple to XML::LibXML. With LibXML you don't need to
manually parse the xml files and fill arrays to be later used (YUCK)_. Now just loop over tests
and pull out the xml entries for each test. Changed spec for replace_values to

< entry path= "<xmlpath>" value = 'X' />

Updated all tst files. More testing is needed.

439 lines of code changed in 45 files:

allen 2018-08-31 11:48 Rev.: 58575

clean up to the in situ to use the set{output,checkpoint methods}

19 lines of code changed in 1 file:

allen 2018-08-31 11:08 Rev.: 58574

name simplification

34 lines of code changed in 2 files:

jthornoc 2018-08-31 09:46 Rev.: 58573

Failed to compute a variable when the warnings were cleaned up the other
day.

15 lines of code changed in 2 files:

allen 2018-08-30 15:51 Rev.: 58571

removed the delta flag

4 lines of code changed in 1 file:

allen 2018-08-30 15:16 Rev.: 58569

added reduction option for on demand output and checkpointing

223 lines of code changed in 9 files:

derekhar 2018-08-30 10:17 Rev.: 58567

removed warnings in linear solver.

15 lines of code changed in 1 file:

allen 2018-08-29 21:38 Rev.: 58566

added debug flag to report the current delta t instead of the next except for the inital time step

16 lines of code changed in 1 file:

allen 2018-08-29 21:02 Rev.: 58565

remaned PostProcess files to PostProcessUda to match class name within

575 lines of code changed in 10 files:

allen 2018-08-29 20:50 Rev.: 58564

cleaned up the DOUT macros, consistent naming of timethresholds, added option to validate next delta before the reduction

546 lines of code changed in 18 files:

jthornoc 2018-08-29 11:04 Rev.: 58562

Fixing several warnings in Arches. Should not change answers.

413 lines of code changed in 45 files:

jthornoc 2018-08-29 11:03 Rev.: 58561

Fixing a bug in the drag model.

0 lines of code changed in 2 files:

allen 2018-08-28 17:46 Rev.: 58560

added patch id to machine view

196 lines of code changed in 1 file:

harman 2018-08-28 12:29 Rev.: 58559

Deprecated findReplace, now using replace_XML_value.

Polished the OA scripts

Added advectScalar_1D.ups, it's the ups that started it all!

Updated test config files for advectScalar_1D.ups


299 lines of code changed in 11 files:

harman 2018-08-27 16:56 Rev.: 58558


Removed symbolic links to ups files. They're no longer needed.

framework_scripts:
- symbolic_link tag is optional
- moved optional input file path into the tst files.
- if input file is not found look for it starting at $inputs_path

Compare_burn_rates:
Updated paths to gnuplot scripts

MPMICE/whatToRun.xml
- moved contents of Propagation_burning/whatToRun.xml and Compare_burn_rates/whatToRun.xml
into MPMICE/whatToRun.xml

119 lines of code changed in 18 files:

harman 2018-08-27 13:22 Rev.: 58557

whatToRun.xml:
Removed redundant ups xml tags

components.xml:
Added comments and spacing

37 lines of code changed in 12 files:

harman 2018-08-27 13:06 Rev.: 58556

- Add cleanStr() which removes new lines and white space. The user can have xml entries with spaces and new lines.
- Removed extra spec of <ups> in the whatToRun.xml files. This entry was redundant.

136 lines of code changed in 2 files:

allen 2018-08-24 11:11 Rev.: 58551

added patch based machine view

374 lines of code changed in 1 file:

allen 2018-08-24 11:10 Rev.: 58550

formatting cleanup

3 lines of code changed in 1 file:

harman 2018-08-23 17:30 Rev.: 58549

Replaced tabs with spaces.
Please check your editors.


3156 lines of code changed in 253 files:

guilkey 2018-08-23 16:19 Rev.: 58548

Update the comments.

14 lines of code changed in 1 file:

allen 2018-08-22 14:46 Rev.: 58547

removed unneeded var

1 lines of code changed in 1 file:

allen 2018-08-22 14:30 Rev.: 58546

fixed bug in the node look up and cleaned up formatting

29 lines of code changed in 3 files:

allen 2018-08-22 13:31 Rev.: 58545

update for the recent layout and error reporting

661 lines of code changed in 2 files:

allen 2018-08-21 18:07 Rev.: 58543

deprecated the SimulationTime class and moved it to be fully contained in the ApplicationCommon

368 lines of code changed in 19 files:

allen 2018-08-21 11:30 Rev.: 58541

added functionality to get the node index for any rank - slight memory cost

256 lines of code changed in 3 files:

derekhar 2018-08-21 09:39 Rev.: 58539

added proto-type multigrid solver

2361 lines of code changed in 7 files:

allen 2018-08-21 08:40 Rev.: 58538

changed the delta T reduction to be last and modified the var name to match the xml name

100 lines of code changed in 10 files:

allen 2018-08-14 14:56 Rev.: 58529

removed errant cout

0 lines of code changed in 2 files:

derekhar 2018-08-14 09:45 Rev.: 58527

Fixed bug; a reference to the iterator inside the parallel_for.

0 lines of code changed in 1 file:

derekhar 2018-08-13 14:42 Rev.: 58525

Added parallel_for to arches boundary condition code.

ListOfCellsIterator was changed to achieve this. This infrastructure class had push_back removed from it to enable future portability.
This change is expected to not break any test in for any component. Due to this change use of the default constructor for this class is being made private.

553 lines of code changed in 32 files:

allen 2018-08-13 14:25 Rev.: 58524

variable and comment clean up to refer to the material manager rather than the state

102 lines of code changed in 83 files:

jsutherland 2018-08-13 12:25 Rev.: 58523

Remove a few BOOST_FOREACH in favor of c++11 style for.

0 lines of code changed in 2 files:

jsutherland 2018-08-13 09:14 Rev.: 58522

clean up a few warnings out of Wasatch and update target ExprLib version.

9 lines of code changed in 6 files:

allen 2018-08-10 13:12 Rev.: 58521

added const &

2 lines of code changed in 3 files:

allen 2018-08-10 12:28 Rev.: 58520

added restart file and time step to the output spew

4 lines of code changed in 1 file:

allen 2018-08-10 12:26 Rev.: 58519

comment clean up

7 lines of code changed in 1 file:

allen 2018-08-10 12:26 Rev.: 58518

added const

5 lines of code changed in 2 files:

allen 2018-08-10 11:53 Rev.: 58517

addition logic for nullptr material pointer and cleanup of unsigned warnings

529 lines of code changed in 28 files:

allen 2018-08-10 09:48 Rev.: 58516

removed using std

3 lines of code changed in 1 file:

allen 2018-08-10 09:00

removal of shared state and introduction of a material manager

4020 lines of code changed in 943 files:

allen 2018-08-09 15:20 Rev.: 58513

initial commit for the new material manager aka old shared state

494 lines of code changed in 3 files:

allen 2018-08-08 11:19 Rev.: 58512

added a managing class for application reduction variables

246 lines of code changed in 20 files:

allen 2018-08-08 11:10 Rev.: 58511

change for an easier terminate

17 lines of code changed in 1 file:

guilkey 2018-08-07 16:01 Rev.: 58510

Quieting a couple of MPM warnings...

4 lines of code changed in 2 files:

harman 2018-08-06 15:55 Rev.: 58508

Added plotspiderPlot.m.
Minor cleanup on the script.


0 lines of code changed in 2 files:

allen 2018-08-03 15:42 Rev.: 58506

made the recompute and abort reduction vars

526 lines of code changed in 50 files:

allen 2018-08-03 13:28 Rev.: 58504

added a new DOUT to report for all procs

11 lines of code changed in 1 file:

allen 2018-08-03 11:54 Rev.: 58503

Fixed the benign value for the OR operation and removed comments

16 lines of code changed in 5 files:

harman 2018-08-03 11:15 Rev.: 58502

Minor cleanup:
- prototype formatting.
- added {}
- added comments
- At creation of task objects rename schedule_<task> -> <task>
- Using SubNewDW instead of subsched->get_dw(3) where appropriate.


80 lines of code changed in 1 file:

bpeterson 2018-08-02 23:00 Rev.: 58500

This fixes the bug that is causing GPU trunk nightly regression test failures. I cut down the amonut of threads per kernel, for some machines running in debug mode, 1024 threads per block for this particular kernel is too much

0 lines of code changed in 2 files:

harman 2018-08-02 13:01 Rev.: 58498

Changes so this input file will run again.

4 lines of code changed in 1 file:

jsutherland 2018-08-02 09:56 Rev.: 58497

Hopefully fix Wasatch GPU builds on the Uintah RT.
Thank you, Todd for the legwork to make this happen!

1 lines of code changed in 1 file:

allen 2018-08-01 18:44 Rev.: 58496

change from restart to recompute time step so to differentiate from restarting a time step from a checkpoint

268 lines of code changed in 47 files:

harman 2018-08-01 15:30 Rev.: 58495

Renamed input files to something less obnoxious.

Added 3 Poiseuille flow problems to the nightly RT.

0 lines of code changed in 2 files:

allen 2018-08-01 14:46 Rev.: 58494

fix the shell for patches also made the command line the default with args

75 lines of code changed in 1 file:

harman 2018-08-01 14:39 Rev.: 58493

Ignore header lines in dat files.

Expanded number regression expression to accept different number formats.

Variable name changes:
greatest_* -> max_*
first_significant_* -> first_*
has_significant_* -> detected_*

97 lines of code changed in 1 file:

allen 2018-08-01 12:56 Rev.: 58492

added default values

13 lines of code changed in 1 file:

allen 2018-08-01 10:40 Rev.: 58491

renamed the methods to differentiate between rank and node values

187 lines of code changed in 4 files:

July 2018 »

Generated by StatSVN 0.7.0