[root]/testprograms
CubeRootTest
(1 files, 52 lines)
IteratorTest
(2 files, 125 lines)
Malloc
(14 files, 748 lines)
PatchBVH
(2 files, 260 lines)
RegionTest
(3 files, 306 lines)
Regridders
(1 files, 72 lines)
SFCTest
(2 files, 271 lines)
TestBoxGrouper
(9 files, 733 lines)
TestConsecutiveRangeSet
(3 files, 378 lines)
TestFastMatrix
(3 files, 367 lines)
TestMatrix3
(3 files, 640 lines)
TestRangeTree
(4 files, 653 lines)
TestSuite
(7 files, 654 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 8 (100.0%) | 7 (100.0%) | 0.8 |
ahumphrey | 3 (37.5%) | 4 (57.1%) | 1.3 |
jas | 5 (62.5%) | 3 (42.9%) | 0.6 |
* 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.
3 lines of code changed in 2 files:
Working with SFC and loadblancer functionality, re-enable SFC test.
Other minor cleanup, fix some comments.
1 lines of code changed in 1 file:
Update copyright.
3 lines of code changed in 5 files: