Commit f0f94137 authored by iker_martin's avatar iker_martin
Browse files

Arreglado bug al aplicar los indices de los ficheros. Anadido c00 como nodo excluido.

parent 01981f08
#!/bin/bash
#SBATCH --exclude=c01
#SBATCH --exclude=c01,c00
dir="/home/martini/malleability_benchmark"
codeDir="/Codes"
......@@ -21,7 +21,7 @@ do
for phy_dist in cpu node
do
for ibarrier_use in 3 #TODO Poner a 0 1
for ibarrier_use in 0 #TODO Simplificar
do
i=$(($i + 1))
cd $name_dir/Run$i
......
#!/bin/bash
#SBATCH --exclude=n[06-07],c01
#SBATCH --exclude=n[06-07],c01,c00
dir="/home/martini/malleability_benchmark"
codeDir="/Codes"
......
......@@ -93,7 +93,7 @@ do
done
done
done
start_i=$(($j * 10 * ${#array[@]})) #TODO modficar utlimo valor cuando se use ibarrier
start_i=$(($j * 10 * ${#at_array[@]})) #TODO modficar utlimo valor cuando se use ibarrier
# LANZAR SCRIPT
echo $aux
sbatch -N $node_qty $dir$execDir./arrayRun.sh $dir$ResultsDir$name_res $start_i $procs_parents $procs_sons
......
#!/bin/bash
#SBATCH --exclude=c01
#SBATCH --exclude=c01,c00
dir="/home/martini/malleability_benchmark"
codeDir="/Codes"
......
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