From 7c68f03c153303be21a4c109ef858e8a80ae318b Mon Sep 17 00:00:00 2001 From: Connor Moore Date: Mon, 6 Apr 2026 06:45:20 -0400 Subject: Minimal working example. No OpenMP yet. Added plotting functionality with Gnuplot --- plot.gnu | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 plot.gnu (limited to 'plot.gnu') diff --git a/plot.gnu b/plot.gnu new file mode 100644 index 0000000..46079c6 --- /dev/null +++ b/plot.gnu @@ -0,0 +1,3 @@ +set term x11 persist + +plot 'flux.out' using 1:2 with lines -- cgit v1.2.3