diff options
| author | Connor Moore <connor@hhmoore.ca> | 2026-04-08 01:46:38 -0400 |
|---|---|---|
| committer | Connor Moore <connor@hhmoore.ca> | 2026-04-08 01:46:38 -0400 |
| commit | 41f0d210762d4b64c9f3805b9078c907ca048fa3 (patch) | |
| tree | cf6fb3cbc225ade223c575ca5d136e94515fb2ec /Makefile | |
| parent | 5cac73eb4c016b127cabca4470b003bf52d5bbfd (diff) | |
Fixed source term. Restructured code to replace arrays with scalars. Removed unecessary OpenMP.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ FC = gfortran -FFLAGS = -march=native -O3 -fopenmp -fcheck=all +FFLAGS = -march=native -O3 XNAME = monte_carlo.x NPROC := $(shell nproc) |
