From 943f1fb6d51c03b21eaf1cfcab88bb50a15e7bdc Mon Sep 17 00:00:00 2001 From: rhaas Date: Tue, 6 Aug 2013 04:38:11 +0000 Subject: 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 --- lib/make/cctk_Config.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3