Merge branch release-2018
[alexxy/gromacs.git] / admin / builds / pre-submit-matrix.txt
1 # Comment line(s) preceding each configuration document the main
2 # intent behind that configuration, so that we can correctly judge
3 # whether to preserve that during maintenance decisions.
4 #
5 # Other configurations might coincidentally test such configurations
6 # (e.g. because they are the current default), but it is appropriate
7 # to intend to teach each feature (or a feature combination) exactly
8 # once, and for the intent to be reflected precisely in the
9 # configuration syntax, so that the configurations are stable even
10 # if the defaults change in future.
11 #
12 # The phrase "at time of release" refers to either the initial
13 # GROMACS release from that branch, or the next expected release
14 # from that branch. (We will tend not to retroactively support
15 # newer infrastructure in CI, unless it's either easy or of
16 # high impact.)
17
18 # Test older gcc
19 # Test oldest supported CUDA
20 # Test oldest supported Ubuntu
21 # Test MPI with CUDA
22 # Test cmake version from before new FindCUDA support (in 3.8)
23 # Test MPMD PME with library MPI
24 # Test recent cmake (3.7+), to cover minor FindCUDA changes from 3.7.0
25 gcc-4.8 gpu cuda-7.0 cmake-3.8.1 mpi npme=1 nranks=2 openmp
26
27 # Test non-default use of mdrun -gpu_id
28 # Test newest gcc supported by newest CUDA at time of release
29 # Test thread-MPI with CUDA
30 # Test older cmake version (< 3.7)
31 # Test SIMD implementation of pair search for GPU code-path
32 gcc-7 gpu gpu_id=1 cuda-9.2 thread-mpi openmp cmake-3.6.1 release-with-assert simd=avx2_256
33
34 # Test newest cmake at time of release
35 # Test with ThreadSanitizer (compiled without OpenMP, even though
36 #   this gcc was configured with --disable-linux-futex, because
37 #   Redmine #1850 is unresolved, which causes more suspected
38 #   false positives than races detected)
39 # Test fftpack fallback
40 gcc-7 tsan no-openmp fftpack cmake-3.10.0
41
42 # Test newest gcc at time of release
43 # Test gcc in double precision
44 # Test 128-bit SIMD in double precision (to cover SimdInt32 support better)
45 gcc-7 double mpi simd=avx_128_fma
46
47 # Test on MacOS (the gcc-6 and/or x11 flags implicitly steer jobs to the OSX slave)
48 # Test X11 build
49 gcc-6 x11
50
51 # Test oldest supported cmake
52 # Test older clang
53 # Test clang in double precision
54 # Test without OpenMP
55 # Test thread-MPI
56 # Test AVX_128_FMA SIMD + Double (Important for Simd4N=Simd4 and sizeof(SimdInt32)!=4*GMX_SIMD_REAL_WIDTH)
57 clang-3.4 double simd=avx_128_fma thread-mpi no-openmp fftpack cmake-3.4.3
58
59 # Test newest clang at time of release
60 # Test with AddressSanitizer (without OpenMP, see below)
61 # Test with clang-tidy (without OpenMP, cmake>=3.6)
62 clang-6 no-openmp asan cmake-3.11.4 tidy
63
64 # Test oldest supported MSVC on Windows
65 # Test newest supported MSVC on Windows
66 msvc-2017 openmp release-with-assert
67
68 # Test newest icc at the time of release
69 # Test icc without SIMD in double precision in release mode
70 # Test MKL
71 # Test without any MPI
72 # Test on CentOS (because cmake-3.9.6 is available there)
73 icc-18 no-thread-mpi double openmp mkl cmake-3.9.6 simd=none release
74
75 # Test NVIDIA OpenCL
76 # Test external clFFT (for build speed)
77 # Test MPI + OpenCL
78 # Test AVX2_256 SIMD
79 # Test icc with SIMD in mixed precision in release mode
80 icc-18 openmp opencl clFFT-2.14 cuda-7.5 mpi release simd=avx2_256
81
82 # Test AMD OpenCL
83 # Test external clFFT (for build speed)
84 # Test AVX_128_FMA SIMD
85 gcc-5 openmp simd=avx_128_fma opencl clFFT-2.14 amdappsdk-3.0
86
87 # TODO
88 # Add OpenMP support to ASAN build (but libomp.so in clang-4 reports leaks, so might need a suitable build or suppression)
89 # Test hwloc support
90 # Test newest supported LTS Ubuntu
91 # Update gpu testing specifiers per https://redmine.gromacs.org/issues/2161
92 # Resolve Redmine #1850 so that ThreadSanitizer can test our OpenMP code
93 # Support icc 17
94 # Test AVX-512 when hardware is available