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
f0f94137
Commit
f0f94137
authored
Oct 20, 2021
by
iker_martin
Browse files
Arreglado bug al aplicar los indices de los ficheros. Anadido c00 como nodo excluido.
parent
01981f08
Changes
4
Hide whitespace changes
Inline
Side-by-side
Exec/arrayRun.sh
View file @
f0f94137
#!/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
...
...
Exec/arraySpawnRun.sh
View file @
f0f94137
#!/bin/bash
#SBATCH --exclude=n[06-07],c01
#SBATCH --exclude=n[06-07],c01
,c00
dir
=
"/home/martini/malleability_benchmark"
codeDir
=
"/Codes"
...
...
Exec/run.sh
View file @
f0f94137
...
...
@@ -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
...
...
Exec/singleRun.sh
View file @
f0f94137
#!/bin/bash
#SBATCH --exclude=c01
#SBATCH --exclude=c01
,c00
dir
=
"/home/martini/malleability_benchmark"
codeDir
=
"/Codes"
...
...
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