Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tsoc
hg-misc-tools
Commits
f9bb55ff
Commit
f9bb55ff
authored
Feb 22, 2026
by
one
Browse files
Update rocHPL mpirun args
parent
13caa19c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
5 deletions
+8
-5
projects/rocHPL/bw1000/HPL-1.dat
projects/rocHPL/bw1000/HPL-1.dat
+1
-1
projects/rocHPL/bw1000/HPL-8.dat
projects/rocHPL/bw1000/HPL-8.dat
+1
-1
projects/rocHPL/rochpl-scripts-bw.patch
projects/rocHPL/rochpl-scripts-bw.patch
+6
-3
No files found.
projects/rocHPL/bw1000/HPL-1.dat
View file @
f9bb55ff
...
...
@@ -20,7 +20,7 @@ HPL.out output file name (if any)
1 # of recursive panel fact.
2 RFACTs (0=left, 1=Crout, 2=Right)
1 # of broadcast
0
BCASTs (0=1rg,1=1rM,2=2rg,3=2rM,4=Lng,5=LnM)
1
BCASTs (0=1rg,1=1rM,2=2rg,3=2rM,4=Lng,5=LnM)
1 # of lookahead depth
1 DEPTHs (>=0)
1 SWAP (0=bin-exch,1=long,2=mix)
...
...
projects/rocHPL/bw1000/HPL-8.dat
View file @
f9bb55ff
...
...
@@ -20,7 +20,7 @@ HPL.out output file name (if any)
1 # of recursive panel fact.
2 RFACTs (0=left, 1=Crout, 2=Right)
1 # of broadcast
5
BCASTs (0=1rg,1=1rM,2=2rg,3=2rM,4=Lng,5=LnM)
1
BCASTs (0=1rg,1=1rM,2=2rg,3=2rM,4=Lng,5=LnM)
1 # of lookahead depth
1 DEPTHs (>=0)
1 SWAP (0=bin-exch,1=long,2=mix)
...
...
projects/rocHPL/rochpl-scripts-bw.patch
View file @
f9bb55ff
diff --git a/scripts/mpirun_rochpl.in b/scripts/mpirun_rochpl.in
index 155f502..
932218
b 100755
index 155f502..
df6bd9
b 100755
--- a/scripts/mpirun_rochpl.in
+++ b/scripts/mpirun_rochpl.in
@@ -46,7 +46,7 @@
supported_distro( )
...
...
@@ -56,7 +56,7 @@ index 155f502..932218b 100755
exit 0
;;
-P)
@@ -219,4 +211,1
2
@@
if [ ! -z "${devices}" ]; then
@@ -219,4 +211,1
5
@@
if [ ! -z "${devices}" ]; then
fi
#run
...
...
@@ -64,8 +64,11 @@ index 155f502..932218b 100755
+${mpi_bin} --allow-run-as-root \
+ --bind-to none \
+ --mca pml ucx \
+ --mca osc ucx \
+ --mca btl ^vader,tcp,openib,uct \
+ -x UCX_TLS=self,sm,rocm,rc \
+ --mca coll ^hcoll \
+ -x UCX_TLS=self,sm,rocm \
+ -x UCX_RNDV_SCHEME=put_zcopy \
+ -x UCX_MEMTYPE_CACHE=n \
+ -x HSA_FORCE_FINE_GRAIN_PCIE=1 \
+ -np ${np} \
...
...
Write
Preview
Markdown
is supported
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