summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2014-02-20 22:41:52 +0000
committerknarf <knarf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2014-02-20 22:41:52 +0000
commitb26c329944c55b69728c310d50f8cb319d93ad0c (patch)
tree2bbaaf08f5425b1db0fd4a484db0a585914b2a20
parentfa2e8777346246ac697e22b0c91be1f74faf7020 (diff)
extend CCTK_DISABLE_RESTRICT to 20120731
git-svn-id: http://svn.cactuscode.org/flesh/trunk@5091 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--lib/make/cctk_Config.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/make/cctk_Config.h.in b/lib/make/cctk_Config.h.in
index 904add51..65f7d0d8 100644
--- a/lib/make/cctk_Config.h.in
+++ b/lib/make/cctk_Config.h.in
@@ -174,9 +174,9 @@
* versions up to and including 20130313 have been tested. Newer
* versions might actually not show this bug and the workaround could
* then be removed. At the moment the workaround is enabled for any
- * version >= 20121010 to be on the safe side. */
+ * version >= 20120731 to be on the safe side. */
#if (defined __INTEL_COMPILER && \
- __INTEL_COMPILER_BUILD_DATE >= 20121010 && \
+ __INTEL_COMPILER_BUILD_DATE >= 20120731 && \
!defined CCTK_INTEL_COMPILER_DONT_DISABLE_RESTRICT)
# define CCTK_DISABLE_RESTRICT 1
#endif