Add SSE2 + double config
authorRoland Schulz <roland.schulz@intel.com>
Wed, 12 Sep 2018 15:12:46 +0000 (08:12 -0700)
committerRoland Schulz <roland.schulz@intel.com>
Wed, 12 Sep 2018 21:53:04 +0000 (23:53 +0200)
Change-Id: I751b4c4755d01ffd7aad08144dc2e5e3a1b96280

admin/builds/post-submit-matrix.txt

index d3621c3f8dec7070d1e6019b102facfd9d19c52e..a1ce7d97f952d496a8ccefc17806db854683ef61 100644 (file)
@@ -35,9 +35,8 @@ gcc-4.9 gpu cuda-7.0 openmp no-tng release-with-assert
 # TODO enable this
 # msvc-2017 double no-threadmpi no-prefer-static-libs release-with-assert
 
-# Test behaviour when dlopen is not present
-# TODO enable this
-# icc-18 no-dlopen no-threadmpi double mkl release-with-assert
+# Test with SSE2 + double
+icc-18 simd=sse2 double mkl release-with-assert
 
 # Test SSE4.1 SIMD
 # Test single-rank GPU
@@ -79,3 +78,4 @@ icc-18 msvc-2017 fftpack simd=avx2_256 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
+# Test behaviour when dlopen is not present