Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 65 (100.0%) | 139 (100.0%) | 2.1 |
jas | 53 (81.5%) | 112 (80.6%) | 2.1 |
jthornoc | 2 (3.1%) | 18 (12.9%) | 9.0 |
luitjens | 8 (12.3%) | 9 (6.5%) | 1.1 |
dav | 2 (3.1%) | 0 (0.0%) | 0.0 |
OSX Snow Leopard fixs from Dav. (First OSX to truely support 64 bits.)
M include/sci_defs/osx_testdefs.h.in
OSX Hack isn't used any more, so I removed it. Added the snow leopard #define.
M CCA/Components/Schedulers/OnDemandDataWarehouse.h
No one uses the boundary layer parameter so I removed it.
M CCA/Components/Schedulers/TaskGraph.h
- Removed tabs messing up indentation.
- Made a few params 'const'.
M CCA/Components/Schedulers/TaskGraph.cc
- Mostly cosmetics:
- Added some white space.
- Added some {}.
- Made a few params 'const'.
M CCA/Components/Schedulers/OnDemandDataWarehouse.cc
- An undefined boundary layer was being passed in even though no one uses it, so
default it to 0,0,0.
M CCA/Components/Schedulers/SchedulerCommon.cc
- Use 'const'.
M CCA/Ports/DataWarehouse.h
- Indent.
- In allocateTemporary(), you can't give a reference parameter (boundaryLayer) a default value. Not
sure why this compiles on other machines.
M Core/Grid/Patch.h
- White space cosmetics.
M Core/Grid/Variables/ParticleVariableBase.h
M Core/Grid/Variables/ParticleSubset.h
- Can't have a function differentiated only by return type (and particularly just by 'const' on the return type).
Not sure why other compiles allow this, and/or which function they actually 'link in', but the OSX 10 compiler
doesn't like it.
M Core/Grid/Variables/ReductionVariable_special.cc
- Don't compile some of these things under snow leopard.
M Core/Grid/Variables/ParticleVariableBase.cc
- Cosmetics.
M Core/Thread/Thread.cc
- Fix a warning for John. ;)
M Core/Disclosure/TypeUtils.cc
- 64 bit functions that become multiply defined if left in for Snow Leopard.
M Core/Util/Endian.cc
- White space!
M StandAlone/sub.mk
- Need Core/OS to link.
M StandAlone/tools/puda/varsummary.cc
- 64 bit overloaded function fix for OSX snow leopard.
M configure.ac
- OSX snow leopard fixes.
- NOTE: Not checking in configure because I don't have the correct autoconf version on this
machine. I will fix this in the next commit (coming shortly).
18 lines of code changed in 2 files:
Changed short to long to allow us to move onto larger machines.
0 lines of code changed in 2 files:
Initial refactoring of the cost forecasting algorithms in the load balancer.
Created new forecasting base class. Made old profiler inherit from this base class.
More changes incomming soon.
2 lines of code changed in 2 files:
Compiler Warning
1 lines of code changed in 1 file:
Added a constructor to the MergeInfo struct.
5 lines of code changed in 1 file:
Initalize some variable that are currently uninitialized (thanks valgrind).
1 lines of code changed in 2 files:
Add some documentation. :)
0 lines of code changed in 2 files:
Remove sgi woff ifdefs.
0 lines of code changed in 2 files:
Remove sgi_stl_warnings include line
0 lines of code changed in 9 files:
Remove the Packages/Uintah/
112 lines of code changed in 42 files: