From 0b824a6a6d2bdb56ac32b12edb1e93172c86c8aa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Szil=C3=A1rd=20P=C3=A1ll?= Date: Mon, 21 Oct 2019 18:26:01 +0200 Subject: [PATCH] Remove unsupported configs from the gpuupdate matrix GPU update is not supported with domain decomposition and due to the fallback paths being triggered these cases would anyway test GPU buffer ops only which can already be tested with the gpubufferops matrix. These configs can be re-enabled when the respective use-cases get enabled in the future. Change-Id: Ic65e118b05fa21683069fbffa19ad7285c27cdf4 --- admin/builds/gpuupdate-matrix.txt | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/admin/builds/gpuupdate-matrix.txt b/admin/builds/gpuupdate-matrix.txt index 4b50253e08..5fdbc2ed0f 100644 --- a/admin/builds/gpuupdate-matrix.txt +++ b/admin/builds/gpuupdate-matrix.txt @@ -11,23 +11,11 @@ # balance with pre-submit matrix, which makes heavier use of # bs_nix1310 agent. -# Test an older version of CUDA -# Test MPI with CUDA -# Test MPMD PME with library MPI -# Test GPU update-constraints features in the above combination -gcc-5 gpuhw=nvidia cuda-9.0 mpi npme=1 nranks=2 openmp gpuupdate - # Test newest gcc supported by newest CUDA at time of release # Test thread-MPI with CUDA # Test GPU update-constraints features in the above combination gcc-8 gpuhw=nvidia nranks=1 gpu_id=1 cuda-10.1 thread-mpi openmp cmake-3.10.0 release-with-assert simd=avx2_256 hwloc libhwloc-2.0.4 gpuupdate -# Test non-default use of mdrun -gpu_id -# Test GPU-sharing among 4 PP ranks -# Test no hwloc build, tests internal CPU topology detection (mainly for x86) -# Test GPU update-constraints features in the above combination -gcc-7 gpuhw=nvidia nranks=4 gpu_id=1 cuda-10.0 no-hwloc release-with-assert gpuupdate - # Test CUDA build on a agent with no CUDA devices # Test without TNG support # Test GPU update-constraints features in the above combination -- 2.11.4.GIT