Commit a671d88c authored by iker_martin's avatar iker_martin
Browse files

Minor modifications to runs scripts

parent 021096dc
......@@ -18,13 +18,20 @@ cores=20
numP=$1
numC=$2
msm=$3
mss=$5
mrm=$4
mss=$5
send_sync=$6
qty=1
if [ $# -gt 6 ]
then
qty=$7
fi
initial_nodelist=$(bash $dirCG/BashScripts/createInitialNodelist.sh $numP $cores $nodelist)
echo "Test numP=$numP numC=$numC Meths=$msm $mrm $mss -- Is_synch=$send_sync qty=$qty"
mpirun -hosts $initial_nodelist -np $numP $dirCG/build/a.out $dirM/$matrix $numC $msm $mss $mrm $mss $send_sync $nodelist $nodes
#mpirun -np 4 ./ConjugateGradient bcsstk17.rsa
for ((i=0; i<qty; i++))
do
mpirun -hosts $initial_nodelist -np $numP $dirCG/build/a.out $dirM/$matrix $numC $msm $mss $mrm $mss $send_sync $nodelist $nodes
done
echo "End"
......@@ -6,8 +6,7 @@ matrix="Queen_4147.rb"
#matrix="audikw_1.rb"
#matrix="bcsstk01.rsa"
#procs=(2 10 20 40 80 120 160)
procs=(160 120 80 40 20 10 2)
procs=(2 10 20 40 80 120 160)
msm=(0 1)
mss=(1 2)
mrm=(0 1)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment