summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorConnor Moore <connor@hhmoore.ca>2026-04-08 02:55:16 -0400
committerConnor Moore <connor@hhmoore.ca>2026-04-08 02:55:16 -0400
commitb74224e8b87f8f048f5e9547c2a2ea062b0c2685 (patch)
treedaf858466632263c3d2283a8514e81056e6eb043 /Makefile
parent41f0d210762d4b64c9f3805b9078c907ca048fa3 (diff)
Fixed statistics, pdf_tex plot for presenting
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index bd3491f..78a410c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,6 @@
FC = gfortran
FFLAGS = -march=native -O3
XNAME = monte_carlo.x
-NPROC := $(shell nproc)
all: clean build run plot
@@ -13,7 +12,7 @@ build: main.f90
$(FC) $(FFLAGS) main.f90 -o $(XNAME)
run: build
- OMP_NUM_THREADS=$(NPROC) ./$(XNAME)
+ ./$(XNAME)
plot: run
gnuplot plot.gnu