Skip to content

Commit

Permalink
Test lac/parallel_vector_21: limit test to newer Kokkos version
Browse files Browse the repository at this point in the history
Older versions of Kokkos that come bundled with Trilinos older than 13.2
do not contain the KOKKOS_IMPL_DO_NOT_USE_PRINTF macro. Simply disable
the test in this case.
  • Loading branch information
tamiko committed Jan 26, 2023
1 parent 67558dc commit 131f223
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions tests/lac/parallel_vector_21.with_trilinos=off.mpirun=2.output
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@

Process #0
Local range: [0, 2), global size: 4
Vector data:
3.000e+00 1.000e+00
Process #0
Local range: [0, 2), global size: 4
Vector data:
3.000e+00 1.000e+00
Ghost entries (global index / value):
(2/3.000e+00)

Process #1
Local range: [2, 4), global size: 4
Vector data:
3.000e+00 1.000e+00
Process #1
Local range: [2, 4), global size: 4
Vector data:
3.000e+00 1.000e+00
Ghost entries (global index / value):
(0/3.000e+00)

0 comments on commit 131f223

Please sign in to comment.