[root]/StandAlone/tools
VisIt
(1 files, 826 lines)
compare_mms
(11 files, 1298 lines)
dumpfields
(28 files, 5148 lines)
extractors
(9 files, 5822 lines)
fsspeed
(2 files, 201 lines)
graphview
(8 files, 1635 lines)
makedot
(2 files, 239 lines)
mpi_test
(4 files, 956 lines)
pfs
(5 files, 1727 lines)
puda
(29 files, 4268 lines)
uda2vis
(4 files, 1872 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 8 (100.0%) | 5 (100.0%) | 0.6 |
ahumphrey | 2 (25.0%) | 3 (60.0%) | 1.5 |
jas | 6 (75.0%) | 2 (40.0%) | 0.3 |
* 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:
Remove empty directory.
0 lines of code changed in 1 file:
Remove empty directory.
0 lines of code changed in 1 file:
Remove reference to ShareAssignParticleVariable.h, and remove empty tracker/.
0 lines of code changed in 1 file:
Update copyright.
2 lines of code changed in 3 files: