From bd96861fc0a67c199b897faaecbb000bc0bea4ff Mon Sep 17 00:00:00 2001 From: Ole Schuett Date: Tue, 28 Feb 2023 10:57:56 +0100 Subject: [PATCH] Cubecruncher: Update Makefile --- tools/cubecruncher/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cubecruncher/Makefile b/tools/cubecruncher/Makefile index 4b4f646392..3dd143d999 100644 --- a/tools/cubecruncher/Makefile +++ b/tools/cubecruncher/Makefile @@ -18,7 +18,7 @@ ##FC=g95 ##FCFLAGS=-O2 -FC=gfortran-mp-5 +FC=gfortran -fopenmp FCFLAGS=-O2 EXE=-o cubecruncher.x