[root]/CCA/Components/Regridder
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 35 (100.0%) | 141 (100.0%) | 4.0 |
jas | 23 (65.7%) | 73 (51.8%) | 3.1 |
allen | 4 (11.4%) | 20 (14.2%) | 5.0 |
guilkey | 3 (8.6%) | 18 (12.8%) | 6.0 |
ahumphrey | 3 (8.6%) | 16 (11.3%) | 5.3 |
dav | 1 (2.9%) | 11 (7.8%) | 11.0 |
harman | 1 (2.9%) | 3 (2.1%) | 3.0 |
added a force regridding option, added access methods to the sim controller, added regridding option to the libsim
20 lines of code changed in 4 files:
Remove antiquated TAU support.
16 lines of code changed in 3 files:
Removed AG_hack to fix a MPI all gather problem problem on Kraken in 2009:
-// Allgatherv currently performs poorly on Kraken.
-// This hack changes the Allgatherv to an allgather
-// by padding the digits.
This hack was _active_ in the particle loadbalancer.
3 lines of code changed in 1 file:
Namespace cleanups.
1 lines of code changed in 1 file:
Revert c++-11 namespace changes.
31 lines of code changed in 4 files:
Explicit namespace usage as part of the transition to c++-11.
31 lines of code changed in 3 files:
Perform a reduction on the refine flags so that a rectangular region for refinement can
be created, thereby preventing inside corners, which the infrastructure will not tolerate
for NC variables.
18 lines of code changed in 3 files:
M Regridder/TiledRegridder.cc
M SimulationController/AMRSimulationController.cc
- Cosmetic coding standards updates.
M Schedulers/SchedulerCommon.cc
- Cosmetic white space updates.
M Schedulers/TaskGraph.cc
- Cosmetic fixes, including consistent use of "std::".
M SimulationController/SimulationController.cc
- Cosmetic white space updates, line up variables, etc.
11 lines of code changed in 1 file:
Made the following changes:
1. Compress large xml files. Remove sus log.
2. Add Changelog.
3. Add instructions for adding a new component to the build system.
4. Update OSX build in install documentation.
5. Update petsc version in install documentation.
6. Change Petsc version.
7. Remove references to Teem in installation. Remove the build directory
after creating the tarball for the release.
8. Remove Tracker feature.
9. Remove AIX references. Remove Basis/. Remove Teem. Remove sci_defs
include files related to SCIRun.
10. Remove old build dependency versions.
11. Add wasatch_3P 1.6.0 branch.
12. Remove bench.config file, update excludes when building release tar ball.
13. Remove *.orig and *.release files.
14. Update copyright date. Update version to 1.6.
10 lines of code changed in 15 files: