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
f714e92c
Commit
f714e92c
authored
Jun 16, 2021
by
iker_martin
Browse files
Merge branch 'master' of
https://gitlab.com/iker_martin/malleability_benchmark
parents
9d374098
8f362eb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Exec/runResults.sh
deleted
100644 → 0
View file @
9d374098
#!/bin/bash
dir
=
"/home/martini/malleability_benchmark"
codeDir
=
"/Codes"
ResultsDir
=
"/Results"
module load mpich-3.4.1-noucx
echo
"START TEST"
for
index
in
1 2 3
do
numP
=
$(
bash
$dir$codeDir
/recordMachinefile.sh
$1
)
mpirun
-f
hostfile.o
$SLURM_JOB_ID
-np
$numP
$dir$codeDir
/a.out
$1
$2
rm
hostfile.o
$SLURM_JOB_ID
done
echo
"END TEST"
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