From 0202f9f7eb45272fa3a58f33b3be589c494ea41a Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Thu, 13 Mar 2025 17:33:10 +0100 Subject: [PATCH] fwofjewpfew --- experiment-1.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/experiment-1.sh b/experiment-1.sh index 1bd71b6..c6119a1 100644 --- a/experiment-1.sh +++ b/experiment-1.sh @@ -1,12 +1,12 @@ #!/bin/bash #SBATCH --job-name=experiment-1 -#SBATCH --nodes=30 +#SBATCH --nodes=20 #SBATCH --output=%x_%j.log -for i in {1..30} +for i in {1..20} do echo "Iteration $i" - mpirun -np $i ./build/arnoldi -l 100 + mpirun -np $i ./build/arnoldi -l 400 sleep 1 done