Skip to content

Commit

Permalink
Nightly tests: skip some tests in single precision with CUDA
Browse files Browse the repository at this point in the history
  • Loading branch information
joseeroman committed Apr 1, 2019
1 parent d7223e0 commit e587375
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/nep/examples/tests/test1.c
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ PetscErrorCode FormJacobian(NEP nep,PetscScalar lambda,Mat jac,void *ctx)
test:
suffix: 2_cuda
args: -nep_type {{rii slp}} -nep_target 21 -mat_type aijcusparse -terse
requires: cuda
requires: cuda !single
output_file: output/test1_1.out
TEST*/
2 changes: 1 addition & 1 deletion src/nep/examples/tests/test5.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ int main(int argc,char **argv)
test:
suffix: 2_cuda
args: -nep_nev 3 -nep_target 5 -mat_type aijcusparse -terse
requires: cuda
requires: cuda !single
output_file: output/test5_1.out
TEST*/
2 changes: 1 addition & 1 deletion src/pep/examples/tests/test2.c
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ int main(int argc,char **argv)
testset:
args: -pep_nev 4 -initv -mat_type aijcusparse
output_file: output/test2_1.out
requires: cuda
requires: cuda !single
test:
suffix: 11_cuda
args: -pep_type {{toar linear}}
Expand Down
2 changes: 1 addition & 1 deletion src/svd/examples/tests/test3.c
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ int main(int argc,char **argv)
testset:
args: -svd_nsv 4 -mat_type aijcusparse
requires: cuda
requires: cuda !single
output_file: output/test3_1.out
test:
suffix: 3_cuda_lanczos
Expand Down
2 changes: 1 addition & 1 deletion src/svd/examples/tests/test4.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ int main(int argc,char **argv)
testset:
args: -svd_monitor_cancel -mat_type aijcusparse
requires: cuda
requires: cuda !single
filter: grep -v "Transpose mode" | sed -e "s/seqaijcusparse/seqaij/"
output_file: output/test4_1.out
test:
Expand Down

0 comments on commit e587375

Please sign in to comment.