Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Iker Martín Álvarez
Proteo
Commits
f0c75a2c
Commit
f0c75a2c
authored
Jun 16, 2021
by
iker_martin
Browse files
arrayRun.sh
parent
f714e92c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Exec/run.sh
View file @
f0c75a2c
...
...
@@ -10,7 +10,7 @@ echo "START TEST"
groups
=
$1
#TODO Modificar para que admita más de dos grupos de procesos
matrix_tam
=
$2
N_qty
=
$3
N_qty
=
$3
# Datos a redistribuir
time
=
$4
proc_init
=
$5
#El tiempo por iteracion es para esta cantidad de procesos
iters
=
$6
...
...
@@ -75,9 +75,10 @@ do
done
done
aux
=
$((
$j
*
10
))
#TODO Poner a 20 cuando se use ibarrier
bash
$dir$execDir
./arrayRun.sh
$dir$ResultsDir$name_res
$aux
$procs_parents
$procs_sons
#
bash $dir$execDir./arrayRun.sh $dir$ResultsDir$name_res $aux $procs_parents $procs_sons
# LANZAR SCRIPT
#sbatch -N $node_qty $dir$execDir./arrayRun.sh $dir$ResultsDir$name_res $aux $procs_parents $procs_sons
echo
$aux
sbatch
-N
$node_qty
$dir$execDir
./arrayRun.sh
$dir$ResultsDir$name_res
$aux
$procs_parents
$procs_sons
j
=
$((
$j
+
1
))
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment