Directory CCA/Ports/

Total Files:
26
Deleted Files:
0
Lines of Code:
6584

[root]/CCA/Ports

Lines of Code

CCA/Ports/ Lines of Code

Developers

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

Most Recent Commits

jthornoc 2009-11-02 18:02 Rev.: 45022


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:

  • CCA/Ports: DataWarehouse.h (+18 -17)
luitjens 2009-09-28 12:29 Rev.: 44747

Changed short to long to allow us to move onto larger machines.

0 lines of code changed in 2 files:

  • CCA/Ports: SFC.h (new)
luitjens 2009-08-26 11:40 Rev.: 44660

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:

  • CCA/Ports: LoadBalancer.h (new)
luitjens 2009-07-09 14:44 Rev.: 44476

Compiler Warning

1 lines of code changed in 1 file:

  • CCA/Ports: SFC.h (+1 -1)
luitjens 2009-07-07 10:47 Rev.: 44466

Added a constructor to the MergeInfo struct.

5 lines of code changed in 1 file:

  • CCA/Ports: SFC.h (+5 -5)
luitjens 2009-06-30 09:57 Rev.: 44451

Initalize some variable that are currently uninitialized (thanks valgrind).

1 lines of code changed in 2 files:

  • CCA/Ports: ModelInterface.cc (new)
dav 2009-05-08 15:12 Rev.: 44291

Add some documentation. :)

0 lines of code changed in 2 files:

  • CCA/Ports: SimulationInterface.h (changed)
jas 2009-03-27 10:44 Rev.: 43893

Remove sgi woff ifdefs.

0 lines of code changed in 2 files:

  • CCA/Ports: OutputContext.h (-4)
jas 2009-03-09 16:43 Rev.: 43521

Remove sgi_stl_warnings include line

0 lines of code changed in 9 files:

  • CCA/Ports: DataWarehouse.h (-2), ModelMaker.h (-2), Output.h (-2), Scheduler.h (new), SolverInterface.h (-2)
jas 2009-03-09 15:23

Remove the Packages/Uintah/

112 lines of code changed in 42 files:

  • CCA/Ports: DataWarehouse.cc (new), DataWarehouse.h (+15 -15), LoadBalancer.cc (new), LoadBalancer.h (+9 -9), ModelInterface.cc (+1 -1), ModelInterface.h (new), ModelMaker.cc (new), ModelMaker.h (+7 -7), Output.cc (+1 -1), Output.h (+5 -5), OutputContext.h (+1 -1), ProblemSpecInterface.cc (+1 -1), ProblemSpecInterface.h (+3 -3), Regridder.cc (+1 -1), Regridder.h (+7 -7), SFC.cc (+1 -1), SFC.h (+2 -2), Scheduler.cc (+1 -1), Scheduler.h (+8 -8), SimulationInterface.cc (+2 -2), SimulationInterface.h (+9 -9), SolverInterface.cc (+1 -1), SolverInterface.h (+7 -7), SwitchingCriteria.cc (new), SwitchingCriteria.h (new), sub.mk (+7 -7)
Generated by StatSVN 0.4.0