Skip to content

Commit 1939c58

Browse files
committed
Remove cudaDeviceSynchronize check for github automatic testing
1 parent 2010d21 commit 1939c58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pmpo_MPMesh_assembly.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -585,8 +585,8 @@ void MPMesh::reconstruct_full() {
585585
pumipic::RecordTime("Communicate Field Values" + std::to_string(self), timer.seconds());
586586

587587
//Debug
588-
Kokkos::fence();
589-
assert(cudaDeviceSynchronize() == cudaSuccess);
588+
//Kokkos::fence();
589+
//assert(cudaDeviceSynchronize() == cudaSuccess);
590590
Kokkos::parallel_for("printSymmetricBlock", numVertices, KOKKOS_LAMBDA(const int vtx){
591591
if (vtx == 2630) {
592592
printf("Field in %d: ", vtx);

0 commit comments

Comments
 (0)