abff968f5ece738954479bfbb5c7e86640b6df37
[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 MPI with gcc
23 # Test cmake version from before new FindCUDA support (in 3.8)
24 # Test MPMD PME with library MPI
25 # Test recent cmake (3.7+), to cover minor FindCUDA changes from 3.7.0
26 gcc-4.8 gpuhw=nvidia cuda-7.0 cmake-3.8.1 mpi npme=1 nranks=2 openmp
27
28 # Test non-default use of mdrun -gpu_id
29 # Test newest gcc supported by newest CUDA at time of release
30 # Test thread-MPI with CUDA
31 # Test older cmake version (< 3.7)
32 # Test SIMD implementation of pair search for GPU code-path
33 gcc-7 gpuhw=nvidia gpu_id=1 cuda-9.2 thread-mpi openmp cmake-3.6.1 release-with-assert simd=avx2_256
34
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 newest gcc at time of release
40 gcc-7 tsan no-openmp cmake-3.10.0
41
42 # Test on MacOS (the gcc-6 and/or x11 flags implicitly steer jobs to the OSX agent)
43 # Test X11 build
44 # Test gcc in double precision
45 # Test without TNG support
46 # Test 128-bit SIMD in double precision (to cover SimdInt32 support better)
47 # Test fftpack fallback
48 gcc-6 double x11 no-tng fftpack simd=sse4.1
49
50 # Test oldest supported cmake
51 # Test older clang
52 # Test clang in double precision
53 # Test without OpenMP
54 # Test thread-MPI
55 # Test AVX_128_FMA SIMD + Double (Important for Simd4N=Simd4 and sizeof(SimdInt32)!=4*GMX_SIMD_REAL_WIDTH)
56 # Test with TNG support
57 clang-3.4 double simd=avx_128_fma thread-mpi no-openmp fftpack cmake-3.4.3 tng
58
59 # Test newest clang at time of release
60 # Test with AddressSanitizer (without OpenMP, see below)
61 clang-7 no-openmp asan cmake-3.11.4
62
63 # Test newest cmake at time of release
64 # Test with clang-tidy (without OpenMP, cmake>=3.6)
65 clang-7 no-openmp cmake-3.12.1 tidy
66
67 # Test oldest supported MSVC on Windows
68 # Test newest supported MSVC on Windows
69 msvc-2017 openmp release-with-assert
70
71 # Test newest icc at the time of release
72 # Test icc without SIMD in double precision in release mode
73 # Test MKL
74 # Test without any MPI
75 # Test on CentOS (because cmake-3.9.6 is available there)
76 # Test hwloc support
77 icc-18 no-thread-mpi double openmp mkl cmake-3.9.6 simd=none release hwloc
78
79 # Test NVIDIA OpenCL
80 # Test external clFFT (for build speed)
81 # Test MPI + OpenCL
82 # Test AVX2_256 SIMD
83 gcc-6 openmp gpuhw=nvidia opencl-1.2 clFFT-2.14 mpi simd=avx2_256
84
85 # Test AMD OpenCL
86 # Test external clFFT (for build speed)
87 # Test AVX_128_FMA SIMD
88 gcc-5 openmp simd=avx_128_fma gpuhw=amd opencl-1.2 clFFT-2.14
89
90 # TODO
91 # Add OpenMP support to ASAN build (but libomp.so in clang-4 reports leaks, so might need a suitable build or suppression)
92 # Test hwloc-2 support
93 # Test newest supported LTS Ubuntu
94 # Resolve Redmine #1850 so that ThreadSanitizer can test our OpenMP code
95 # Test AVX-512 when hardware is available
96 # Update to test gcc 8
97 # Update to test clang 7
98 # Update to test CUDA 10