From 09e3626a3154506116f19640bbf181610cd95798 Mon Sep 17 00:00:00 2001 From: Mark Abraham Date: Tue, 20 Mar 2018 12:50:17 +0100 Subject: [PATCH] Update use of gpu_id in Jenkins We plan to remove one of the GPUs from the slave that had three, so we need to update the testing configurations. The new configuration might balance load a little better. Refs #2408, #2410 Change-Id: I3b5d9c8702c021f0676ea3ca12f9e7f1d3317ed1 --- admin/builds/post-submit-matrix.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/builds/post-submit-matrix.txt b/admin/builds/post-submit-matrix.txt index 476fd05cab..72445c0225 100644 --- a/admin/builds/post-submit-matrix.txt +++ b/admin/builds/post-submit-matrix.txt @@ -48,11 +48,11 @@ clang-4 simd=sse4.1 openmp nranks=1 gpu cuda-8.0 clang_cuda # Test clang + OpenMP clang-5 openmp simd=avx_128_fma npme=1 nranks=2 mpi -# Test non-default use of mdrun -gpu_id # Test SSE2 SIMD # Test CMAKE_BUILD_TYPE=Release -gcc-4.8 gpu npme=1 nranks=2 gpu_id=2 cuda-7.5 simd=sse2 release +gcc-4.8 gpu npme=1 nranks=2 cuda-7.5 simd=sse2 release +# Test non-default use of mdrun -gpu_id # Test GPU-sharing among 4 PP ranks gcc-5 gpu nranks=4 gpu_id=1 cuda-8.0 release-with-assert -- 2.11.4.GIT