diff options
| author | Connor Moore <connor@hhmoore.ca> | 2026-04-25 21:45:36 -0400 |
|---|---|---|
| committer | Connor Moore <connor@hhmoore.ca> | 2026-04-25 21:45:36 -0400 |
| commit | 17368fda50e043eaee453d3ecbe781de2f4faae6 (patch) | |
| tree | c0487e38678245e94a0f08e0a3816149f43409a2 | |
| parent | d213eeef74dd726b97cae92bac632b762aa0a09b (diff) | |
Cleaned up shell script and makefile
| -rw-r--r-- | Makefile | 1 | ||||
| -rwxr-xr-x | run_sweeps.sh | 4 |
2 files changed, 0 insertions, 5 deletions
@@ -1,5 +1,4 @@ FC = mpiifx -#FFLAGS = -o $(TARGET) -qmkl=sequential FFLAGS = -o $(TARGET) -qmkl TARGET = test.x NWORK = 64 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 |
