[root]/StandAlone/tools/puda
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 69 (100.0%) | 36 (100.0%) | 0.5 |
jas | 55 (79.7%) | 29 (80.6%) | 0.5 |
harman | 1 (1.4%) | 5 (13.9%) | 5.0 |
guilkey | 7 (10.1%) | 1 (2.8%) | 0.1 |
ahumphrey | 2 (2.9%) | 1 (2.8%) | 0.5 |
allen | 4 (5.8%) | 0 (0.0%) | 0.0 |
* Finish repairs and cleanup in Core/Malloc, specifically the Uintah default Allocator (when SCI_MALLOC is enabled). Remove legacy pthread code, recursive locks, etc. Use std::mutex, no need for recursive mutex.
* Remove sci_system, use std:system
* Remove all remaining pthread remnants (including THREAD_LIBRARY references). Only use and rely on std::thread. Should have never been mixing pthreads with std::thread. Can't bank on what the underlying thread impl is.
* Generate new configure script.
* Lastly, fix issue with MPM PetscSolver include. Now Uintah compiles without Petsc (e.g. --without-petsc), as it should be able to.
1 lines of code changed in 2 files:
updates to puda to handle per patch variables
0 lines of code changed in 2 files:
commented out unused var to remove warnings
0 lines of code changed in 2 files:
Update copyright.
29 lines of code changed in 55 files:
printMinMax<Vector>
don't print out the cmin and cmax location if they are nullptr
5 lines of code changed in 1 file:
Additional cleanup of the monica options.
0 lines of code changed in 1 file:
Removing the "monica" options from puda. These appear to be more or less
redundant with other existing options.
1 lines of code changed in 6 files: