From 5b08f435327695bb633cd21ae8252b25528de3f6 Mon Sep 17 00:00:00 2001 From: Connor Moore Date: Mon, 23 Mar 2026 01:40:30 -0400 Subject: New report and code for final submission. --- class/Makefile | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 class/Makefile (limited to 'class/Makefile') diff --git a/class/Makefile b/class/Makefile deleted file mode 100644 index 17979f9..0000000 --- a/class/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -FC = gfortran -FFLAGS = -O4 -fopenmp -fcheck=all -NPROC = $(shell nproc) -TARGET = langdyn.x - -all: clean $(TARGET) run - -$(TARGET): langdyn.f90 - $(FC) $(FFLAGS) -o $(TARGET) langdyn.f90 - -clean: - rm -f *.mod *.out *.gif $(TARGET) - -run: $(TARGET) - OMP_NUM_THREADS=$(NPROC) ./$(TARGET) - -plot: trajectories.out kinetic_energies.out - gnuplot movie_plot.gnu - gnuplot ke_plot.gnu -- cgit v1.2.3