Directory testprograms/Malloc/

Total Files:
14
Deleted Files:
0
Lines of Code:
748

[root]/testprograms/Malloc

Lines of Code

testprograms/Malloc/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 29 (100.0%) 15 (100.0%) 0.5
jas 27 (93.1%) 14 (93.3%) 0.5
ahumphrey 2 (6.9%) 1 (6.7%) 0.5

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.

1 lines of code changed in 2 files:

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

Update copyright.

14 lines of code changed in 27 files:

  • testprograms/Malloc: sub.mk (+1 -1), test1.cc (new), test10.cc (new), test11.cc (+1 -1), test12.cc (new), test13.cc (+1 -1), test14.cc (new), test2.cc (+1 -1), test3.cc (new), test4.cc (+1 -1), test5.cc (new), test6.cc (+1 -1), test8.cc (+1 -1), test9.cc (new)
Generated by StatSVN 0.7.0