summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhaas <rhaas@17b73243-c579-4c4c-a9d2-2d5706c11dac>2013-08-06 04:38:11 +0000
committerrhaas <rhaas@17b73243-c579-4c4c-a9d2-2d5706c11dac>2013-08-06 04:38:11 +0000
commit943f1fb6d51c03b21eaf1cfcab88bb50a15e7bdc (patch)
treefa53a8d836b389e303b40659f8f3103a93de3f56
parent67bf31ee7c995e2910f33a12c533cc6194b5be2b (diff)
expand error message for CCTK_DISABLE_OMP_COLLAPSE to contain instructions for fix
git-svn-id: http://svn.cactuscode.org/flesh/trunk@5039 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--lib/make/cctk_Config.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/make/cctk_Config.h.in b/lib/make/cctk_Config.h.in
index 4858893a..c7891046 100644
--- a/lib/make/cctk_Config.h.in
+++ b/lib/make/cctk_Config.h.in
@@ -401,7 +401,7 @@ typedef enum {false, true} bool;
/* see http://software.intel.com/en-us/articles/intel-professional-edition-compilers-111-fixes-list/ */
# define collapse(N)
# ifndef CCTK_DISABLE_OMP_COLLAPSE
-# error "OpenMP collapse directive disabled for C, but enabled for Fortran -- likely an error in the option list"
+# error "OpenMP collapse directive disabled for C, but enabled for Fortran -- likely an error in the option list. Please add -DCCTK_DISABLE_OMP_COLLAPSE to FPPFLAGS and CPPFLAGS."
# endif
#else
# undef collapse