Minor improvements to test configs
[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 the mdrun-only build
13 # TODO In combination with gmx from another build, arrange to run regressiontests
14 clang-3.7 double mpi no-openmp fftpack mdrun-only
15
16 # Test MPMD PME with thread-MPI
17 # TODO Add double to this configuration if/when we stablize the essentialdynamics tests
18 gcc-5 npme=1 nranks=2 no-openmp fftpack simd=avx_128_fma release
19
20 # Test non-default GMX_PREFER_STATIC_LIBS behavior
21 # TODO enable this
22 # msvc-2015 double no-threadmpi no-prefer-static-libs release
23
24 # Test behaviour when dlopen is not present
25 # TODO enable this
26 # icc-16.0 no-dlopen no-threadmpi double mkl release
27
28 # Test SSE4.1 SIMD
29 # Test single-rank GPU
30 gcc-4.8 nranks=1 gpu cuda-7.5 simd=sse4.1
31
32 # Test MPMD PME with library MPI
33 clang-3.4 npme=1 nranks=2 mpi
34
35 # Test non-default use of mdrun -gpu_id
36 # Test SSE2 SIMD
37 gcc-4.8 gpu npme=1 nranks=2 gpu_id=2 cuda-7.5 simd=sse2 release
38
39 # TODO
40 # Re-enable Phi build
41 # Test without TNG support
42 # Test without hwloc support
43 # Test with NVML support
44 # Test statically linked hwloc support (if/when it can work well)
45 # Test 3D DD (2D is partially covered in regressiontests)
46 # Test own-fftw build (from local copy of the file)
47 # Test mdrun -tunepme (e.g. with relaxed tolerances, for now)
48 # Consider testing of other CMake option paths
49 # Consider adding our ARM dev boards as slaves to improve cross-platform portability testing.