From f72ba08ae97d27be199f197da4afa80151f82d86 Mon Sep 17 00:00:00 2001 From: Mark Abraham Date: Tue, 2 Jul 2019 09:46:13 +0200 Subject: [PATCH] Fix pre-submit build matrix and description Pre-submit should not fail because the ftp server is not reachable, so moved it to nightly matrix. Also recorded the intent to test such a build. Also fixed that the intent to test AVX_128_FMA in mixed precision was broken in Ib2c5e14e5d89665130ae8d6c749c3230ccfe72a9. There's no ability to test this SIMD in pre-submit without wider changes, and their is neither large risk nor consequence of breaking it, so nightly is OK. Refs #2809, #2629 Change-Id: I9cd41a359ba662a8a9529540c50c9a7ef546cd29 --- admin/builds/nightly-matrix.txt | 4 ++++ admin/builds/pre-submit-matrix.txt | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/admin/builds/nightly-matrix.txt b/admin/builds/nightly-matrix.txt index 565c42ea18..3bf9d70bdf 100644 --- a/admin/builds/nightly-matrix.txt +++ b/admin/builds/nightly-matrix.txt @@ -23,3 +23,7 @@ clang-3.9 no-openmp simd=ARM_NEON_ASIMD release-with-assert # Test icc with SIMD in mixed precision in release mode # Test icc with MPI icc-19 mpi release simd=avx2_256 no-hwloc + +# Test AVX_128_FMA SIMD in mixed precision +# Test build of downloaded FFTW +gcc-5 openmp simd=avx_128_fma cmake-3.11.4 buildfftw diff --git a/admin/builds/pre-submit-matrix.txt b/admin/builds/pre-submit-matrix.txt index a6f501b437..51cac12037 100644 --- a/admin/builds/pre-submit-matrix.txt +++ b/admin/builds/pre-submit-matrix.txt @@ -76,10 +76,9 @@ gcc-6 openmp gpuhw=nvidia opencl-1.2 clFFT-2.14 cmake-3.9.6 mpi no-mpiinplace si # Test AMD OpenCL # Test external clFFT (for build speed) -# Test AVX_128_FMA SIMD # Test newest gcc at time of release # Test hwloc-1 support -gcc-8 openmp simd=avx2_256 gpuhw=amd opencl-1.2 clFFT-2.14 buildfftw hwloc libhwloc-1.11.2 +gcc-8 openmp simd=avx2_256 gpuhw=amd opencl-1.2 clFFT-2.14 hwloc libhwloc-1.11.2 # TODO # Test newest cmake at time of release -- 2.11.4.GIT