Skip to content

Commit ba5ab8f

Browse files
committed
Fix NODAL_ACCUMULATION_3D::runKokkosVariant print
1 parent 4375dd2 commit ba5ab8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apps-kokkos/NODAL_ACCUMULATION_3D-Kokkos.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ void NODAL_ACCUMULATION_3D::runKokkosVariant(VariantID vid)
6666
moveDataToHostFromKokkosView(x, x_v, m_nodal_array_length);
6767

6868
} else {
69-
getCout() << "\n NODAL_ACCUMULATION_3D : Unknown Cuda variant id = " << vid << std::endl;
69+
getCout() << "\n NODAL_ACCUMULATION_3D : Unknown Kokkos variant id = " << vid << std::endl;
7070
}
7171
}
7272

0 commit comments

Comments
 (0)