fwofjewpfew
parent
69a12eb2b8
commit
0202f9f7eb
@ -1,12 +1,12 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#SBATCH --job-name=experiment-1
|
#SBATCH --job-name=experiment-1
|
||||||
#SBATCH --nodes=30
|
#SBATCH --nodes=20
|
||||||
#SBATCH --output=%x_%j.log
|
#SBATCH --output=%x_%j.log
|
||||||
|
|
||||||
for i in {1..30}
|
for i in {1..20}
|
||||||
do
|
do
|
||||||
echo "Iteration $i"
|
echo "Iteration $i"
|
||||||
mpirun -np $i ./build/arnoldi -l 100
|
mpirun -np $i ./build/arnoldi -l 400
|
||||||
sleep 1
|
sleep 1
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue