Directory testprograms/

Total Files:
3
Deleted Files:
0
Lines of Code:
459

[root]/testprograms
        directory in repo CubeRootTest (1 files, 52 lines)
        directory in repo IteratorTest (2 files, 125 lines)
        directory in repo Malloc (14 files, 748 lines)
        directory in repo PatchBVH (2 files, 260 lines)
        directory in repo RegionTest (3 files, 306 lines)
        directory in repo Regridders (1 files, 72 lines)
        directory in repo SFCTest (2 files, 271 lines)
        directory in repo TestBoxGrouper (9 files, 733 lines)
        directory in repo TestConsecutiveRangeSet (3 files, 378 lines)
        directory in repo TestFastMatrix (3 files, 367 lines)
        directory in repo TestMatrix3 (3 files, 640 lines)
        directory in repo TestRangeTree (4 files, 653 lines)
        directory in repo TestSuite (7 files, 654 lines)

Lines of Code

testprograms/ Lines of Code

Developers

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

Most Recent Commits

ahumphrey 2017-12-19 15:29 Rev.: 57481

* 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:

  • testprograms: sub.mk (new)
ahumphrey 2017-07-13 12:37 Rev.: 56781

Working with SFC and loadblancer functionality, re-enable SFC test.
Other minor cleanup, fix some comments.

1 lines of code changed in 1 file:

  • testprograms: sub.mk (+1)
jas 2017-04-20 12:52 Rev.: 56449

Update copyright.

3 lines of code changed in 5 files:

  • testprograms: RunTests.cc (new), primes.cc (+1 -1), sub.mk (+1 -1)
Generated by StatSVN 0.7.0