Commit f5a53cbe authored by one's avatar one
Browse files

Update rocHPL inputs for BW150

parent f9bb55ff
...@@ -20,7 +20,7 @@ HPL.out output file name (if any) ...@@ -20,7 +20,7 @@ HPL.out output file name (if any)
1 # of recursive panel fact. 1 # of recursive panel fact.
2 RFACTs (0=left, 1=Crout, 2=Right) 2 RFACTs (0=left, 1=Crout, 2=Right)
1 # of broadcast 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 # of lookahead depth
1 DEPTHs (>=0) 1 DEPTHs (>=0)
1 SWAP (0=bin-exch,1=long,2=mix) 1 SWAP (0=bin-exch,1=long,2=mix)
......
...@@ -20,7 +20,7 @@ HPL.out output file name (if any) ...@@ -20,7 +20,7 @@ HPL.out output file name (if any)
1 # of recursive panel fact. 1 # of recursive panel fact.
2 RFACTs (0=left, 1=Crout, 2=Right) 2 RFACTs (0=left, 1=Crout, 2=Right)
1 # of broadcast 1 # of broadcast
3 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 # of lookahead depth
1 DEPTHs (>=0) 1 DEPTHs (>=0)
1 SWAP (0=bin-exch,1=long,2=mix) 1 SWAP (0=bin-exch,1=long,2=mix)
......
...@@ -20,7 +20,7 @@ HPL.out output file name (if any) ...@@ -20,7 +20,7 @@ HPL.out output file name (if any)
1 # of recursive panel fact. 1 # of recursive panel fact.
2 RFACTs (0=left, 1=Crout, 2=Right) 2 RFACTs (0=left, 1=Crout, 2=Right)
1 # of broadcast 1 # of broadcast
3 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 # of lookahead depth
1 DEPTHs (>=0) 1 DEPTHs (>=0)
1 SWAP (0=bin-exch,1=long,2=mix) 1 SWAP (0=bin-exch,1=long,2=mix)
......
...@@ -20,7 +20,7 @@ HPL.out output file name (if any) ...@@ -20,7 +20,7 @@ HPL.out output file name (if any)
1 # of recursive panel fact. 1 # of recursive panel fact.
2 RFACTs (0=left, 1=Crout, 2=Right) 2 RFACTs (0=left, 1=Crout, 2=Right)
1 # of broadcast 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 # of lookahead depth
1 DEPTHs (>=0) 1 DEPTHs (>=0)
1 SWAP (0=bin-exch,1=long,2=mix) 1 SWAP (0=bin-exch,1=long,2=mix)
......
diff --git a/scripts/mpirun_rochpl.in b/scripts/mpirun_rochpl.in diff --git a/scripts/mpirun_rochpl.in b/scripts/mpirun_rochpl.in
index 155f502..94f7b0d 100755 index 155f502..a0e8a41 100755
--- a/scripts/mpirun_rochpl.in --- a/scripts/mpirun_rochpl.in
+++ b/scripts/mpirun_rochpl.in +++ b/scripts/mpirun_rochpl.in
@@ -46,7 +46,7 @@ supported_distro( ) @@ -46,7 +46,7 @@ supported_distro( )
...@@ -56,7 +56,7 @@ index 155f502..94f7b0d 100755 ...@@ -56,7 +56,7 @@ index 155f502..94f7b0d 100755
exit 0 exit 0
;; ;;
-P) -P)
@@ -218,5 +210,24 @@ if [ ! -z "${devices}" ]; then @@ -218,5 +210,25 @@ if [ ! -z "${devices}" ]; then
rochpl_args+=" --devices=${devices}" rochpl_args+=" --devices=${devices}"
fi fi
...@@ -69,6 +69,7 @@ index 155f502..94f7b0d 100755 ...@@ -69,6 +69,7 @@ index 155f502..94f7b0d 100755
+ --prefix ${ompi_prefix} \ + --prefix ${ompi_prefix} \
+ --map-by ppr:8:node --bind-to none \ + --map-by ppr:8:node --bind-to none \
+ --mca pml ucx \ + --mca pml ucx \
+ --mca osc ucx \
+ --mca btl ^openib \ + --mca btl ^openib \
+ --mca btl_tcp_if_include p14p2 \ + --mca btl_tcp_if_include p14p2 \
+ --mca plm_rsh_args "-p 3333" \ + --mca plm_rsh_args "-p 3333" \
......
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