Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 61 (100.0%) | 76 (100.0%) | 1.2 |
jholmen | 1 (1.6%) | 42 (55.3%) | 42.0 |
jas | 53 (86.9%) | 28 (36.8%) | 0.5 |
scjmc | 2 (3.3%) | 3 (3.9%) | 1.5 |
harman | 3 (4.9%) | 3 (3.9%) | 1.0 |
ahumphrey | 2 (3.3%) | 0 (0.0%) | 0.0 |
* 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 1 file:
* Added build system support for Kokkos.
* Added /src/include/sci_defs/kokkos_testdefs.h.in.
This commit allows --with-kokkos=DIR to be used to point to a Kokkos installation instead of CXXFLAGS and LDFLAGS.
Note, files using #define UINTAH_ENABLE_KOKKOS must now add #include <sci_defs/kokkos_defs.h> to manage this macro.
42 lines of code changed in 1 file:
Reverted Jon's changes.
3 lines of code changed in 2 files:
Reverted SCJMC commit.
0 lines of code changed in 1 file:
added PhaseField component
1 lines of code changed in 1 file:
- added Heat component
- coarse to fine connections made conditional upon #define SKIP_COARSE_TO_FINE_CONNECTIONS
function: HypreDriverSStruct::makeLinearSystem_CC
file: src/CCA/Components/Solvers/AMR/HypreDriverSStruct.cc Please enter the commit message for your changes. Lines starting
2 lines of code changed in 1 file:
Pulling template_testdefs weeds. This should no longer be necessary.
Regenerate configure script (w/ autoconf v2.69)
0 lines of code changed in 1 file:
Update copyright.
28 lines of code changed in 53 files: