Directory testprograms/CubeRootTest/

Total Files:
1
Deleted Files:
0
Lines of Code:
47

[root]/testprograms/CubeRootTest

Lines of Code

testprograms/CubeRootTest/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 3 (100.0%) 2 (100.0%) 0.6
jas 2 (66.7%) 1 (50.0%) 0.5
dav 1 (33.3%) 1 (50.0%) 1.0

Most Recent Commits

jas 2011-08-31 02:48 Rev.: 47536

Update copyright year.

1 lines of code changed in 2 files:

  • testprograms/CubeRootTest: sub.mk (new)
dav 2011-01-12 14:49 Rev.: 46680

The following (minor) updates are to fix issues or quite compiler
warnings when building under ICC on Ember@CHPC (thought they probably
apply to all ICC v12+ compilers.

M CCA/Components/Schedulers/MixedScheduler.h
M CCA/Components/Schedulers/MixedScheduler.cc

- Fix 'is virtual overloading intended' warning message. Signature of
child class function needs to match that of its parent.

M CCA/Components/Arches/CoalModels/ModelBase.h

- Cosmetics. White space is your friend.

M CCA/Components/Arches/CoalModels/HeatTransfer.h
M CCA/Components/Arches/CoalModels/SimpleHeatTransfer.h
M CCA/Components/Arches/TransportEqns/DQMOMEqnFactory.h
M CCA/Components/Arches/TransportEqns/EqnBase.h
M CCA/Components/Arches/TransportEqns/DQMOMEqn.h
M CCA/Components/Arches/LU.h

- Returning a 'const' non-pointer doesn't make sense... and causes ICC
to spew warnings all over the place.

M CCA/Components/Arches/DQMOM.cc

- Organize #includes alphabetically in order to understand what is
included more easily.

M CCA/Components/Arches/DQMOM.h

- Made weightedAbscissaModels into a vector of vectors of pointers.
ICC won't allow a vector of abstract classes... I'm actually not
quite sure how this variable is compiling or what it is used for, but
both ICC and GCC seem to be ok with the pointer version. It is possible
that this could cause an issue that I'm not immediately seeing, or cause
a memory leak. Perhaps someone familiar with this code could take a look?

M StandAlone/tools/pfs/sub.mk
M StandAlone/tools/puda/sub.mk
M StandAlone/tools/dumpfields/sub.mk
M StandAlone/tools/graphview/sub.mk
M StandAlone/tools/sub.mk
M StandAlone/Benchmarks/sub.mk
M testprograms/CubeRootTest/sub.mk

- These executables (at least when they use Ember's MPI) are required
to be linked against the thread library.

M Core/Containers/SuperBox.h

- There appears to be a 'hack' in our code that fixed an old problem with
ICC. However, it seems that icc 12.0.0 took care of the problem
and now our 'hack' doesn't compile. I've removed the hack and it
seems to be good now.
- Indentation... is your friend. (The comes under the whitespace category. ;)


1 lines of code changed in 1 file:

  • testprograms/CubeRootTest: sub.mk (+1 -1)
Generated by StatSVN 0.4.0