Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 12 (100.0%) | 48 (100.0%) | 4.0 |
ahumphrey | 1 (8.3%) | 40 (83.3%) | 40.0 |
dav | 6 (50.0%) | 7 (14.6%) | 1.1 |
harman | 1 (8.3%) | 1 (2.1%) | 1.0 |
jas | 4 (33.3%) | 0 (0.0%) | 0.0 |
Added --enable-wasatch-in-arches flag.
2 lines of code changed in 2 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...
1 lines of code changed in 2 files:
Remove the petsc-uni and mpi-uni checks, since they are no longer valid with Uintah.
0 lines of code changed in 4 files:
Added support for the following PAPI hardware counters:
PAPI_FP_OPS - Floating point operations
This replaces the older, unused PERFEX code used on the LANL SGI machines years ago.
PAPI support is incorporated into Uintah's build system and available by using:
--with-papi=DIR
New configure script was generated with autoconf v2.68 per spec, and diffs are minimal.
40 lines of code changed in 1 file:
Globally: renamed config variable *_RADIATION -> *_MODELS_RADIATION
Changed compile logic: USE_ARCHES no longer controls the compilation inside of
Components/Models/Radiation.
It's now controlled via
USE_MODELS_RADIATION
and
--without-fortran.
Don't compile
Components/Models/Radiation
if
--without-fortran
is specified, but still compile
Components/Models/Radiation/RMCRT
If
USE_MODELS_RADIATION=no
don't compile Examples/RMCRT_test.cc
1 lines of code changed in 1 file:
Sus now display assertion level and (limited) cflags.
4 lines of code changed in 2 files: