Merge branch release-2016
[alexxy/gromacs.git] / admin / builds / post-submit-matrix.txt
index fc2f6a19afe03b73a63b8949e3eb80530250dfbc..c839021f815ae4d676d7a56d8a38a3323280e655 100644 (file)
@@ -9,6 +9,14 @@
 # configuration syntax, so that the configurations are stable even
 # if the defaults change in future.
 
+# Test on ARM v7
+# Test ARM_NEON SIMD
+gcc-4.8 simd=ARM_NEON release
+
+# Test on ARM v8
+# Test ARM_NEON_ASIMD SIMD
+gcc-5 simd=ARM_NEON_ASIMD release
+
 # Test the mdrun-only build
 # TODO In combination with gmx from another build, arrange to run regressiontests
 clang-3.7 double mpi no-openmp fftpack mdrun-only
@@ -30,7 +38,7 @@ gcc-5 npme=1 nranks=2 no-openmp fftpack simd=avx_128_fma release
 gcc-4.8 nranks=1 gpu cuda-7.5 simd=sse4.1
 
 # Test MPMD PME with library MPI
-clang-3.4 npme=1 nranks=2 mpi
+clang-4 npme=1 nranks=2 mpi
 
 # Test non-default use of mdrun -gpu_id
 # Test SSE2 SIMD
@@ -46,4 +54,3 @@ gcc-4.8 gpu npme=1 nranks=2 gpu_id=2 cuda-7.5 simd=sse2 release
 # Test own-fftw build (from local copy of the file)
 # Test mdrun -tunepme (e.g. with relaxed tolerances, for now)
 # Consider testing of other CMake option paths
-# Consider adding our ARM dev boards as slaves to improve cross-platform portability testing.