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
Malleable_CG
Commits
a671d88c
Commit
a671d88c
authored
Nov 28, 2023
by
iker_martin
Browse files
Minor modifications to runs scripts
parent
021096dc
Changes
2
Show whitespace changes
Inline
Side-by-side
Exec/runBase.sh
View file @
a671d88c
...
@@ -18,13 +18,20 @@ cores=20
...
@@ -18,13 +18,20 @@ cores=20
numP
=
$1
numP
=
$1
numC
=
$2
numC
=
$2
msm
=
$3
msm
=
$3
mss
=
$5
mrm
=
$4
mrm
=
$4
mss
=
$5
send_sync
=
$6
send_sync
=
$6
qty
=
1
if
[
$#
-gt
6
]
then
qty
=
$7
fi
initial_nodelist
=
$(
bash
$dirCG
/BashScripts/createInitialNodelist.sh
$numP
$cores
$nodelist
)
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
"
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
for
((
i
=
0
;
i<qty
;
i++
))
#mpirun -np 4 ./ConjugateGradient bcsstk17.rsa
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"
echo
"End"
Exec/runOFI.sh
View file @
a671d88c
...
@@ -6,8 +6,7 @@ matrix="Queen_4147.rb"
...
@@ -6,8 +6,7 @@ matrix="Queen_4147.rb"
#matrix="audikw_1.rb"
#matrix="audikw_1.rb"
#matrix="bcsstk01.rsa"
#matrix="bcsstk01.rsa"
#procs=(2 10 20 40 80 120 160)
procs
=(
2 10 20 40 80 120 160
)
procs
=(
160 120 80 40 20 10 2
)
msm
=(
0 1
)
msm
=(
0 1
)
mss
=(
1 2
)
mss
=(
1 2
)
mrm
=(
0 1
)
mrm
=(
0 1
)
...
...
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