Commit f9bb55ff authored by one's avatar one
Browse files

Update rocHPL mpirun args

parent 13caa19c
......@@ -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)
......
......@@ -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)
......
diff --git a/scripts/mpirun_rochpl.in b/scripts/mpirun_rochpl.in
index 155f502..932218b 100755
index 155f502..df6bd9b 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,12 @@ if [ ! -z "${devices}" ]; then
@@ -219,4 +211,15 @@ 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} \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment