Fix SIMD unit tests on BG/Q
authorMark Abraham <mark.j.abraham@gmail.com>
Mon, 23 Mar 2015 15:49:53 +0000 (15:49 +0000)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Wed, 6 May 2015 10:32:17 +0000 (12:32 +0200)
commita8293ff1b2e6be465f8928e36d18e43ec03772ee
treeeeb75993a81243f3a54692405e2d13506b309fd9
parentf42a9e9a3ea32a359418957b43a612fc5bd8187d
Fix SIMD unit tests on BG/Q

These got broken in https://gerrit.gromacs.org/#/c/3956/2 when I
inadvertently removed -O3 -NDEBUG from the compiler flags after
version 1. With XL compilers, the CMake default for release mode
is -O -DNDEBUG, and that gives an internal compiler error for
the SIMD unit tests.

Also removed commentary about debug versions of XL compilers, since they
are not appropriate when we're no longer hard-coding compilers.

Change-Id: I5cb06695c061336bea7678353efa153d1f6be955
cmake/Platform/BlueGeneQ-static-XL-C.cmake
cmake/Platform/BlueGeneQ-static-XL-CXX.cmake