Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 88 (100.0%) | 3250 (100.0%) | 36.9 |
Core/Grid/Variables/ | 36 (40.9%) | 1329 (40.9%) | 36.9 |
CCA/Components/Arches/SourceTerms/ | 7 (8.0%) | 396 (12.2%) | 56.5 |
CCA/Components/Arches/CoalModels/ | 4 (4.5%) | 387 (11.9%) | 96.7 |
StandAlone/tools/dumpfields/ | 7 (8.0%) | 342 (10.5%) | 48.8 |
CCA/Components/Arches/ | 8 (9.1%) | 204 (6.3%) | 25.5 |
CCA/Components/Arches/Radiation/ | 2 (2.3%) | 181 (5.6%) | 90.5 |
StandAlone/tools/ | 1 (1.1%) | 133 (4.1%) | 133.0 |
CCA/Components/Examples/ | 9 (10.2%) | 85 (2.6%) | 9.4 |
CCA/Components/Arches/ParticleModels/ | 3 (3.4%) | 82 (2.5%) | 27.3 |
CCA/Components/Solvers/ | 1 (1.1%) | 32 (1.0%) | 32.0 |
Core/GeometryPiece/ | 2 (2.3%) | 24 (0.7%) | 12.0 |
CCA/Components/Schedulers/ | 2 (2.3%) | 22 (0.7%) | 11.0 |
StandAlone/ | 1 (1.1%) | 16 (0.5%) | 16.0 |
CCA/Components/Models/Radiation/RMCRT/ | 2 (2.3%) | 12 (0.4%) | 6.0 |
CCA/Components/Arches/TransportEqns/ | 2 (2.3%) | 4 (0.1%) | 2.0 |
include/sci_defs/ | 1 (1.1%) | 1 (0.0%) | 1.0 |
Replace thread_local with __thread to support compilers which do not fully support c++11 thread API
1 lines of code changed in 1 file:
Fix dataware house bug in DQMOMEqn::buildRHS and hack CoalTemperature to avoid creating a reference to a nullptr
73 lines of code changed in 3 files:
Disable USE_FUNCTOR in Arches since the code seg faults
0 lines of code changed in 2 files:
add missing > to template argument
4 lines of code changed in 2 files:
Refactor Array3 to remove iterator to make it possible to merge trunk
into the kokkos_dev branch
2080 lines of code changed in 37 files:
Array3 operator[] forwards to Kokkos if enabled
225 lines of code changed in 5 files:
Update Array3 operator(i,j,k) to call through to Kokkos if enabled
56 lines of code changed in 4 files:
Temp disable Kokkos in RMCRT/Ray.cc because the implementation has changed
12 lines of code changed in 1 file:
add vectorization hints to parallel_for
6 lines of code changed in 1 file:
remove get3DPointer from Array3Data
53 lines of code changed in 7 files:
Revert "BlockRange: restore ability to extract indices from linear index"
This requires c++11
This reverts commit 82ffe5ccd4f75851449b565c01f3a75c5044da30.
0 lines of code changed in 1 file:
BlockRange: restore ability to extract indices from linear index
31 lines of code changed in 1 file:
avoid constructing IntVectors when using operator()(int i, int j, int k) with Array3
13 lines of code changed in 4 files:
protect omp pragma in Uintah::parallel_for with an enable macro
16 lines of code changed in 1 file:
Add operator()(int i, int j, int k) to constVariable and update Poisson1 to always use a functor
160 lines of code changed in 4 files:
add operator()(i,j,k) to Array3 if Kokkos is NOT enabled
9 lines of code changed in 1 file:
remove c++11 header from example to fix build
0 lines of code changed in 1 file:
Implement parallel_for and parallel_reduce over 3D ranges
93 lines of code changed in 2 files:
Remove spurious ouput from poisson1 example
0 lines of code changed in 1 file:
Add getKokkosView() to Array3
Wrap the Array3 memory with an unmanaged Kokkos::View.
148 lines of code changed in 5 files:
(3 more)