[root]/Packages/Uintah/CCA/Components/ICE/PressureSolve/HypreStandAlone
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 6 (100.0%) | 7 (100.0%) | 1.1 |
jas | 2 (33.3%) | 5 (71.4%) | 2.5 |
luitjens | 4 (66.7%) | 2 (28.6%) | 0.5 |
Added MallocTrace support to Uintah, cleaned up mpi includes, removed SCI_MALLOC_TRACE functionality.
Currently building with MallocTrace is only supported within Uintah.
2 lines of code changed in 4 files:
Use the proper c++ standard for include files for the C inlude files, i.e.
<stdio.h> --> <cstdio>
<math.h> --> <cmath>
Tested on g++ 4.2 and 4.3 compilers.
5 lines of code changed in 2 files: