[root]/Packages/Uintah/CCA/Components/Arches/Mixing
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 59 (100.0%) | 954 (100.0%) | 16.1 |
dav | 8 (13.6%) | 628 (65.8%) | 78.5 |
harman | 31 (52.5%) | 199 (20.9%) | 6.4 |
jthornoc | 13 (22.0%) | 120 (12.6%) | 9.2 |
jas | 5 (8.5%) | 7 (0.7%) | 1.4 |
luitjens | 2 (3.4%) | 0 (0.0%) | 0.0 |
removed all
-#include <sgi_stl_warnings_off.h>
-#include <sgi_stl_warnings_on.h>
statements. No longer using SGI machines
0 lines of code changed in 14 files:
changed directory names /Models/test -> /Models/FluidsBased
2 lines of code changed in 2 files:
Gobal: cleaned out #includes.
using proc0cout to prevent redundant messages being output on large parallel runs.
BoundaryCondition.cc:
Eliminated processorGroup from multiple function calls. It isn't used.
CO2RateSrc.cc:
Throw an exception if carbon_balance_es hasn't been specified in the ups file.
0 lines of code changed in 2 files:
Initialize some variables per valgrind warnings, and plug a memory leak in
the xml parsing.
1 lines of code changed in 1 file:
replaced all exit() statements with exceptions.
Large jobs should now exit gracefully instead of hanging.
5 lines of code changed in 1 file:
Fixed some compiler warnings. The majority of them were unused variables. In the case of unused variables I deleted them if they wern't referenced to in comments. If they were referenced in comments I commented them out.
Other fixes included braketing ifs and parenthesizing boolean statements.
0 lines of code changed in 2 files:
Use the proper c++ standard for include files for the C inlude files, i.e.
<stdio.h> --> <cstdio>
<math.h> --> <cmath>
Tested on g++ 4.2 and 4.3 compilers.
6 lines of code changed in 4 files:
Answers should not change.
- tabs
- added braces around conditional statements.
- 2 space indentation
192 lines of code changed in 12 files:
Fix (I believe - FS please check) the == operator based on compiler warnings that the function could return without returning a value.
5 lines of code changed in 1 file:
Major updates:
* Memory checking moved into the Scheduler... currently it is 'turned
off' and thus still only checks memory at the end of a
timestep.. However, we can easily now turn on checking after every
task. Note, this only catches slightly more memory use then
before... what we need to do is have each (some?) task make the memory
tracking call explicitly at a point where the author thinks that the
most memory is being used. The implementation of this isn't yet clear
as the tasks don't have a pointer to the scheduler... Still thinking
on the best way to do this.
* Updated VarTracker code to be a little better with respect to
letting the user know what is going on.
M CCA/Components/SimulationController/SimulationController.h
M CCA/Components/SimulationController/SimulationController.cc
Moved the memory tracking code to the Scheduler.
M CCA/Components/Schedulers/SendState.h
M CCA/Components/Schedulers/SendState.cc
Purely cosmetic (white space, use "{}") changes.
M CCA/Components/Schedulers/OnDemandDataWarehouse.h
setRestarted() is a virtual function.
M CCA/Components/Schedulers/OnDemandDataWarehouse.cc
Purely cosmetic (white space, use "{}") changes. Long lines are ok,
extremely long lines are too much.
M CCA/Components/Schedulers/MPIScheduler.cc
Added /* commented out */ section that will check memory use after each task.
M CCA/Components/Schedulers/SchedulerCommon.h
M CCA/Components/Schedulers/SchedulerCommon.cc
* Moved memory tracking code here.
* Expanded the VarTracker code to be more verbose and to give more
info, check error conditions, etc.
* Indented.
M CCA/Components/Arches/Mixing/NewStaticMixingTable.cc
Only print out the mixing table info on proc 0... makes it much easier to read.
M CCA/Ports/Scheduler.h
Moved memory tracking into Scheduler.
M Core/Grid/Variables/ReductionVariable.h
Cosmetics.
M Core/Grid/Variables/ReductionVariableBase.h
print() is a const function.
M StandAlone/sus.cc
Updates for mem tracking move to scheduler.
61 lines of code changed in 1 file:
Added another source term and the corresponding mechanisms for computing so2 efficiency.
11 lines of code changed in 2 files:
Now passing myworld into NewStaticMixingTable for debugging.
10 lines of code changed in 2 files:
M CCA/Components/Models/test/ArchesTable.h
M CCA/Components/Models/test/ArchesTable.cc
Added in the zlib functions for reading a compressed Arches table.
Removed tabs; did some coding standard clean ups.
M CCA/Components/Arches/Mixing/sub.mk
M CCA/Components/Arches/Mixing/NewStaticMixingTable.cc
M Core/sub.mk
M Core/IO/sub.mk
29 lines of code changed in 3 files:
Read gzipped table. Note, this code will also automatically read a non-compressed file.
161 lines of code changed in 1 file:
Purely cosmetic updates. Spacing/tabs. In preparation for zlib additions.
372 lines of code changed in 2 files:
Fixed some bugs...
1 lines of code changed in 1 file:
Fixed a bug on todays commit which added the co2 rate source term to the extra scalar.
5 lines of code changed in 1 file:
Added ability to read CO2 rate source term from the table and put that source term in the CO2 extra scalar.
60 lines of code changed in 3 files:
Added ability to read CO2 rate source term from the table and put that source term in the CO2 extra scalar.
13 lines of code changed in 2 files:
Added ability to read CO2 rate source term from the table and put that source term in the CO2 extra scalar.
20 lines of code changed in 2 files: