[root]/StandAlone/tools/dumpfields
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 58 (100.0%) | 30 (100.0%) | 0.5 |
jas | 56 (96.6%) | 29 (96.7%) | 0.5 |
ahumphrey | 2 (3.4%) | 1 (3.3%) | 0.5 |
* 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:
Remove reference to ShareAssignParticleVariable.h, and remove empty tracker/.
1 lines of code changed in 2 files:
Update copyright.
28 lines of code changed in 54 files: