diff options
Diffstat (limited to 'run_sweeps.sh')
| -rwxr-xr-x | run_sweeps.sh | 4 |
1 files changed, 0 insertions, 4 deletions
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 |
