From 754e14cc511822a93b53493f0be4f63ef39bf5cc Mon Sep 17 00:00:00 2001
From: Hal Finkel <hfinkel@anl.gov>
Date: Fri, 26 Aug 2016 19:22:00 -0500
Subject: [PATCH] Use -fopenmp with the MPI compiles too

---
 GNUmakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/GNUmakefile b/GNUmakefile
index 2fab652..7ca615a 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -51,7 +51,7 @@ FE_CFLAGS := -g -fPIC -O3 -fopenmp
 FE_CPPFLAGS := -Ithirdparty/blosc -Ithirdparty/sqlite -DGENERICIO_NO_MPI
 
 MPIDIR = mpi
-MPI_CFLAGS := -g -O3
+MPI_CFLAGS := -g -O3 -fopenmp
 MPI_CPPFLAGS := -Ithirdparty/blosc 
 
 $(FEDIR):
-- 
GitLab