[root]/StandAlone/tools
compare_mms
(11 files, 1378 lines)
dumpfields
(28 files, 5334 lines)
extractors
(8 files, 4198 lines)
fsspeed
(1 files, 46 lines)
graphview
(8 files, 1686 lines)
makedot
(2 files, 249 lines)
mpi_test
(2 files, 250 lines)
pfs
(5 files, 907 lines)
puda
(29 files, 4632 lines)
radiusMaker
(2 files, 327 lines)
tracker
(2 files, 110 lines)
uda2nrrd
(18 files, 3206 lines)
uda2vis
(3 files, 719 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 6 (100.0%) | 4 (100.0%) | 0.6 |
jas | 4 (66.7%) | 2 (50.0%) | 0.5 |
harman | 1 (16.7%) | 1 (25.0%) | 1.0 |
dav | 1 (16.7%) | 1 (25.0%) | 1.0 |
Update copyright year.
2 lines of code changed in 4 files:
added line to compile compute_L_norms utility.
1 lines of code changed in 1 file:
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: