Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 199 (100.0%) | 353 (100.0%) | 1.7 |
jas | 165 (82.9%) | 166 (47.0%) | 1.0 |
harman | 5 (2.5%) | 137 (38.8%) | 27.4 |
jsutherland | 19 (9.5%) | 47 (13.3%) | 2.4 |
dav | 2 (1.0%) | 3 (0.8%) | 1.5 |
qymeng | 4 (2.0%) | 0 (0.0%) | 0.0 |
banerjee | 4 (2.0%) | 0 (0.0%) | 0.0 |
Added function for checking nans and infs in ICE and MPMICE.
0 lines of code changed in 4 files:
Remove MPITypeLock. MPI_Type_* should be thread safe if MPI thread level set to 3.
0 lines of code changed in 4 files:
Fixes for Mac OSX Lion... it is the same as SNOW LEOPARD, but because
the os version number was incremented, we need to check for that.
(Note, a fix was at one point committed for this in 'configure' but
(I think) didn't make it into configure.ac. Now it is in both places.)
M configure.ac
M configure
- For John: Added in (c) 2011. :)
- Add to SNOW_LEOPARD_OR_LATER the check for Lion.
M include/sci_defs/osx_testdefs.h.in
M Core/Grid/Variables/ReductionVariable_special.cc
M Core/Disclosure/TypeUtils.cc
M Core/Util/Endian.cc
M StandAlone/tools/puda/varsummary.cc
- Use SNOW_LEOPARD_OR_LATER flag...
3 lines of code changed in 2 files:
Revert checkins 47557 & 47558.
35 lines of code changed in 8 files:
The Hypre Setup phase is done at the beginning of the solve and
periodically depending on the value of <setupFrequency>.
50 lines of code changed in 4 files:
Update copyright year.
81 lines of code changed in 153 files:
a bit more cleanup.
6 lines of code changed in 1 file:
Eliminate "using namespace std" and similar from header files. That is a big no-no!
26 lines of code changed in 11 files:
get rid of another namespace opening in a header file.
1 lines of code changed in 1 file:
sub.mk: cleanup
Utils.cc/h
areAllValuesPositive() is now templated and works for SFC(*)<double> and CCVariable<double>
-Dav
24 lines of code changed in 2 files:
Moved function is areAllValuesPositive upstream to core/Grid/Variables/Utils.h,
so other components can use it.
113 lines of code changed in 3 files:
This checkin may break something if I was not able to build it. I will clean it up if that happens...
- removing "using" standard namespace stuff from headers. This is really bad practice, and anyone doing it should be flogged. Opening up a namespace in a header file defeats the purpose of namespaces because all downstream inclusions of the header file will also result in that namespace opening up. This can lead to inadvertent name clashes, etc. Only open a namespace in an implementation file!
- put the SymmMatrix3 implementation in the Uintah namespace to be consistent with its declaration.
14 lines of code changed in 6 files: