Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 57 (100.0%) | 35 (100.0%) | 0.6 |
jas | 49 (86.0%) | 27 (77.1%) | 0.5 |
ahumphrey | 6 (10.5%) | 5 (14.3%) | 0.8 |
allen | 2 (3.5%) | 3 (8.6%) | 1.5 |
Remove all traces of sci_hashmap. With Uintah being fully transitioned to C++11, these old TR1, GNU_HASHMAP and other extension hacks are unnecessary, confusing and error prone. We just use std::unordered_map, etc.
Generate new configure script.
0 lines of code changed in 1 file:
Repair Gpertools support.
5 lines of code changed in 2 files:
Remove PAPI support.
This direct support is no longer necessary, as almost all profiling tools sit on top of PAPI. No sense in us maintaining code that's avialble through professional tools.
0 lines of code changed in 1 file:
* Remove RunLengthEncoder and supporting classes, etc. This is no longer used. Removal will help clarity regarding Uintah::Variable functionality and features. This change has neccesitated explicit inclusion of "unistd.h" in a few spots, most specifically - MPM, for getpid() calls.
* Remove build system support for IPM and MAGMA libs, which have never been used. MAGAMA in fact, may ultimately hender Kokkos GPU asynchrony and performance.
* Generate new configure script with enable_option_checking bulletproofing.
* Delete unused header files.
* A few other cosmetic changes while under the hood, formatting, white space, etc.
0 lines of code changed in 2 files:
Updates for Hypre 2.14.0. Hypre has added the notion of memory spaces. API's have changed. Used configure to determine Hypre version and check for this version within *.cc files when choosing which API to use.
0 lines of code changed in 2 files:
Added flags to allow for finer grained builds, moved the uda2vis out of tools to VisIt dir
3 lines of code changed in 2 files:
Update copyright date.
27 lines of code changed in 47 files: