Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Packages/Uintah/CCA/Components/LoadBalancers/ | 11 (100.0%) | 94 (100.0%) | 8.5 |
Added comments about a Zoltan undocumented parameter.
5 lines of code changed in 1 file:
Added <zoltanIMBTol> tag in the input file for easy performance turning.
This can set the amount of imbalance Zoltan partitioning algorithm should deem acceptable.
for example:
<zoltanIMBTol> 1.05</zoltanIMBTol>
The value must be greater than 1.
4 lines of code changed in 2 files:
Fixed a problem which caused Uintah crashing on Ranger with Zoltan RCB/RIB algorithm.
This is because MPI_Comm_dup and MPI_Comm_split does not work correctly in some MPI implementations(which Ranger use).
Fortunately, there is an undocumented parameter in Zoltan to avoid using these functions.
1 lines of code changed in 1 file:
Turned KEEP_CUTS off in Zoltan
1 lines of code changed in 1 file:
Changed the way how data is passed to Zoltan.
8 lines of code changed in 1 file:
Corrected a pointer cast problem which may cause an 64bit build issue.
5 lines of code changed in 1 file:
Fix a bug on Zoltan nMyGids and nGids initialization
2 lines of code changed in 1 file:
Remove an useless sanity check to reduce communications
0 lines of code changed in 1 file:
Make Zoltan partition initial implemented and usable.
Only HSFC method in Zoltan is supported now.
Enable with tag:
<dynamicAlgorithm>ZoltanSFC</dynamicAlgorithm>
68 lines of code changed in 2 files: