Skip to content

Commit

Permalink
Merge Pull Request #9783 from rppawlo/Trilinos/panzer-fix1d-line-mesh
Browse files Browse the repository at this point in the history
Automatically Merged using Trilinos Pull Request AutoTester
PR Title: Panzer: fix 1D line mesh issue on cuda
PR Author: rppawlo
  • Loading branch information
trilinos-autotester authored Oct 18, 2021
2 parents 0c76505 + b539d1a commit 452e80d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/panzer/disc-fe/src/Panzer_IntegrationValues2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1717,6 +1717,7 @@ getCubaturePointsRef(const bool cache,
Kokkos::parallel_for("copy values",policy,KOKKOS_LAMBDA (const int cell,const int point, const int dim) {
aux(cell,point_offset + point,dim) = side_cub_points(point,dim);
});
PHX::Device::execution_space().fence();
}

} else {
Expand Down

0 comments on commit 452e80d

Please sign in to comment.