From 07b611483bfa651ff5368dd0c93c6fcc91e83782 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Mon, 6 Oct 2008 17:01:31 -0500 Subject: CarpetInterp2: Correct OpenMP error in self-check --- Carpet/CarpetInterp2/src/fasterp.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Carpet/CarpetInterp2/src') diff --git a/Carpet/CarpetInterp2/src/fasterp.cc b/Carpet/CarpetInterp2/src/fasterp.cc index 1bea555f4..00a667f02 100644 --- a/Carpet/CarpetInterp2/src/fasterp.cc +++ b/Carpet/CarpetInterp2/src/fasterp.cc @@ -756,12 +756,12 @@ namespace CarpetInterp2 { #ifndef NDEBUG vector received (npoints); fill (received, false); -#pragma omp parallel for + // NOTE: Can't use OMP parallel here -- vector has the + // wrong memory layout for this for (int n=0; n