From e587375a81434f5d30b16609b7bb6412233c739d Mon Sep 17 00:00:00 2001 From: "Jose E. Roman" Date: Mon, 1 Apr 2019 11:47:49 +0200 Subject: [PATCH] Nightly tests: skip some tests in single precision with CUDA --- src/nep/examples/tests/test1.c | 2 +- src/nep/examples/tests/test5.c | 2 +- src/pep/examples/tests/test2.c | 2 +- src/svd/examples/tests/test3.c | 2 +- src/svd/examples/tests/test4.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/nep/examples/tests/test1.c b/src/nep/examples/tests/test1.c index ba8732cf5..62f0c164c 100644 --- a/src/nep/examples/tests/test1.c +++ b/src/nep/examples/tests/test1.c @@ -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*/ diff --git a/src/nep/examples/tests/test5.c b/src/nep/examples/tests/test5.c index 42bd70c8b..a2d4fb55d 100644 --- a/src/nep/examples/tests/test5.c +++ b/src/nep/examples/tests/test5.c @@ -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*/ diff --git a/src/pep/examples/tests/test2.c b/src/pep/examples/tests/test2.c index d4d7fc29d..569629840 100644 --- a/src/pep/examples/tests/test2.c +++ b/src/pep/examples/tests/test2.c @@ -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}} diff --git a/src/svd/examples/tests/test3.c b/src/svd/examples/tests/test3.c index ece7e52a8..1c2195384 100644 --- a/src/svd/examples/tests/test3.c +++ b/src/svd/examples/tests/test3.c @@ -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 diff --git a/src/svd/examples/tests/test4.c b/src/svd/examples/tests/test4.c index 08015097f..9d33ee704 100644 --- a/src/svd/examples/tests/test4.c +++ b/src/svd/examples/tests/test4.c @@ -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: