Fix static build.
0 lines of code changed in 2 files:
Fix display of multi-level global min/max. Fix error message when requested timestep out of bounds.
0 lines of code changed in 4 files:
M ComponentFactory.cc
Make 'unknown component' error message a little more clear.
0 lines of code changed in 2 files:
Fix the _static_ build when ARCHES is turned off (ie, when configure'd
with USE_ARCHES=no). Mostly this has to do with also disabling the
SpatialOps component when ARCHES is off.
M CCA/Components/Parent/sub.mk
M CCA/Components/Parent/ComponentFactory.cc
M CCA/Components/sub.mk
- Don't use SpatialOps if Arches is turned off.
M StandAlone/sub.mk
- Don't use SpatialOps if Arches is turned off.
- For some reason libraries were listed as CCA_Components_Parent
(using '_'s...) not sure how this works (perhaps the '/' that is
supposed to be there is replaced by the build system with '_'?)
Anyway, changed this (back?) to the standard/consistent way (using
'/').
77 lines of code changed in 7 files:
Updates to puda to display global min/max on a per timestep basis and
to add the '-brief' option to only show the global min/max info.
M puda/puda.h
M puda/puda.cc
- Added 'be_brief' and did some white space cleaning.
- Don't display global min/max in puda.cc as we need to do it in varsummary so we can display
them on a per timestep basis.
M puda/varsummary.h
M puda/varsummary.cc
- Implement the 'be_brief'
- Show global min/max each timestep.
140 lines of code changed in 7 files:
Comment out extraneous output line.
1 lines of code changed in 1 file:
Initial commit for global min/max display. Seems to work, but hasn't been extensively tested yet. Also not tested on multi-level UDAs.
190 lines of code changed in 3 files:
gcc 4.4 template instantiation fixes for lib uda2vis
0 lines of code changed in 6 files:
autoconf'd (version 2.61) configure to match Justin's checkin of configure.ac
0 lines of code changed in 2 files:
Configure now defaults to the machine's default number of bits.
24 lines of code changed in 2 files:
remove warning when not gcc 4.4
0 lines of code changed in 2 files:
One more fix for gcc 4.4 hack
0 lines of code changed in 2 files:
Use template instantiation compiler optimization hack only on gcc 4.4+
19 lines of code changed in 4 files:
Committing configure to match recently committed configure.ac
314 lines of code changed in 1 file:
Need stdio.h for printf... (Caught by gcc 4.4... strange that it wasn't caught by other compilers...)
1 lines of code changed in 1 file:
Fix GCC 4.4 issues with optimizing away needed template instantiation fuctions
37 lines of code changed in 3 files:
Dav: Fixed fortran compiler check. (Wrong autoconf version so not checking in configure right now.
20 lines of code changed in 1 file:
Add a needed lib to sub compilation for static build. Fixed comments in configVars to be more informative about libs for static builds.
3 lines of code changed in 3 files:
Missed an osx fix.
0 lines of code changed in 2 files:
autoconf'd (version 2.61) configure.ac for OSX fixes.
35 lines of code changed in 1 file:
(76 more)