afb7ee946d2dddc5e7219351d387a0b84886eed7
[alexxy/gromacs.git] / admin / builds / post-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 # Test on ARM v8
13 # Test ARM_NEON_ASIMD SIMD
14 gcc-5 simd=ARM_NEON_ASIMD release-with-assert
15
16 # Test the mdrun-only build
17 # Test newest gcc at time of release
18 # TODO In combination with gmx from another build, arrange to run regressiontests
19 gcc-9 mpi no-openmp fftpack mdrun-only
20
21 # Test MPMD PME with thread-MPI
22 # Test oldest supported icc
23 # Test icc with AVX256 in double precision in release mode
24 icc-17 simd=avx_256 npme=1 nranks=2 no-openmp  double fftpack release
25
26 # Test CUDA build on a agent with no CUDA devices
27 # Test without TNG support
28 gcc-7 gpuhw=none cuda-10.0 openmp no-tng release-with-assert
29
30 # Test non-default GMX_PREFER_STATIC_LIBS behavior
31 # TODO enable this
32 # msvc-2017 double no-threadmpi no-prefer-static-libs release-with-assert
33
34 # Test newest icc at time of release
35 # TODO Reinstate this when SIMD exp works again
36 #   Test icc with SIMD in mixed precision in release mode
37 icc-19 simd=none mkl release
38
39 # Test SSE4.1 SIMD
40 # Test single-rank GPU
41 # Test clang host and device compilation, with OpenMP and CUDA
42 # NOTE: using release-with-assert as debug build trigers some ptx warnings
43 clang-8 simd=sse4.1 openmp nranks=1 gpuhw=nvidia cuda-10.0 clang_cuda release-with-assert
44
45 # Test MPMD PME with library MPI
46 # Test clang + OpenMP
47 # Test clang in double precision
48 # Test AVX_128_FMA SIMD + Double (Important for Simd4N=Simd4 and sizeof(SimdInt32)!=4*GMX_SIMD_REAL_WIDTH)
49 clang-8 double openmp simd=avx_128_fma npme=1 nranks=2 mpi
50
51 # Test SSE2 SIMD
52 # Test CMAKE_BUILD_TYPE=Release
53 # Test OpenCL
54 # Test bundled clFFT (developed by AMD) on NVIDIA OpenCL
55 gcc-6 npme=1 nranks=2 opencl-1.2 gpuhw=nvidia simd=sse2 release
56
57 # Test non-default use of mdrun -gpu_id
58 # Test GPU-sharing among 4 PP ranks
59 # Test no hwloc build, tests internal CPU topology detection (mainly for x86)
60 # Test clang host compilation with CUDA on Linux
61 clang-8 gpuhw=nvidia openmp nranks=4 gpu_id=1 cuda-10.1 no-hwloc release-with-assert
62
63 # Test ARM HPC compier toolchain with gcc-7
64 #gcc-7 armhpc-18.2 openmp simd=ARM_NEON_ASIMD release
65
66 # Test ARM HPC compier toolchain with armclang (most recent version at the time if the release)
67 # TODO: upgrade to 19.3 before that lands (ref #3011)
68 # Test ARMPL for FFTs
69 # Test linking against ARMPL for BLAS/LAPACK
70 armclang-19.3 armhpc-19.3 armpl openmp simd=ARM_NEON_ASIMD release-with-assert
71
72 # TODO
73 # Add SIMD + OpenMP + CUDA asan build
74 # Add OpenMP + CUDA + device sharing TSAN build
75 # Test statically linked hwloc support (if/when it can work well)
76 # Test 3D DD (2D is partially covered in regressiontests)
77 # Test mdrun -tunepme (e.g. with relaxed tolerances, for now)
78 # Consider testing of other CMake option paths
79 # Test behaviour when dlopen is not present