From 41f0d210762d4b64c9f3805b9078c907ca048fa3 Mon Sep 17 00:00:00 2001 From: Connor Moore Date: Wed, 8 Apr 2026 01:46:38 -0400 Subject: Fixed source term. Restructured code to replace arrays with scalars. Removed unecessary OpenMP. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cebfaba..bd3491f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ FC = gfortran -FFLAGS = -march=native -O3 -fopenmp -fcheck=all +FFLAGS = -march=native -O3 XNAME = monte_carlo.x NPROC := $(shell nproc) -- cgit v1.2.3