Directory testprograms/TestFastMatrix/

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

[root]/testprograms/TestFastMatrix

Lines of Code

testprograms/TestFastMatrix/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 8 (100.0%) 12 (100.0%) 1.5
allen 1 (12.5%) 9 (75.0%) 9.0
jas 5 (62.5%) 3 (25.0%) 0.6
ahumphrey 2 (25.0%) 0 (0.0%) 0.0

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.

0 lines of code changed in 2 files:

  • testprograms/TestFastMatrix: sub.mk (new)
jas 2017-04-20 12:52 Rev.: 56449

Update copyright.

3 lines of code changed in 5 files:

  • testprograms/TestFastMatrix: perffastmatrix.cc (new), sub.mk (+1 -1), testfastmatrix.cc (new)
allen 2017-04-13 16:24 Rev.: 56421

Removed Time.h and replaced with Timers.hpp

9 lines of code changed in 1 file:

  • testprograms/TestFastMatrix: perffastmatrix.cc (+9 -4)
Generated by StatSVN 0.7.0