summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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