From 17368fda50e043eaee453d3ecbe781de2f4faae6 Mon Sep 17 00:00:00 2001 From: Connor Moore Date: Sat, 25 Apr 2026 21:45:36 -0400 Subject: Cleaned up shell script and makefile --- run_sweeps.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'run_sweeps.sh') diff --git a/run_sweeps.sh b/run_sweeps.sh index ebb229b..061bac5 100755 --- a/run_sweeps.sh +++ b/run_sweeps.sh @@ -1,7 +1,5 @@ #!/bin/bash - -#N_MATRIX="1024 2048 4096 8192 16384" N_MATRIX="1024 2048 4096" N_DATAPTS="64 128 256 512 1024 2048" @@ -11,7 +9,6 @@ RESET='\033[0m' mkdir -p results/logs touch results/wtable - for N in $N_MATRIX; do # Change the manager file to use the correct matrix size echo -e "${GREEN}Updating matrix size to $N...${RESET}" @@ -35,7 +32,6 @@ for N in $N_MATRIX; do # Append to wall time file echo $N $L $WTIME >> results/wtable - # Move the results to the proper file mv eigs results/eigs_$N\_$L.out -- cgit v1.2.3