Skip to content

Commit 66db6ff

Browse files
committed
Add HPL test and howto
1 parent f3bb174 commit 66db6ff

File tree

15 files changed

+32808
-0
lines changed

15 files changed

+32808
-0
lines changed

hpl-2.2/bin/HOWTO/HPL-HowTo.pdf

441 KB
Binary file not shown.

hpl-2.2/bin/HOWTO/HPL-large.out

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
--------------------------------------------------------------------------
2+
ORTE was unable to reliably start one or more daemons.
3+
This usually is caused by:
4+
5+
* not finding the required libraries and/or binaries on
6+
one or more nodes. Please check your PATH and LD_LIBRARY_PATH
7+
settings, or configure OMPI with --enable-orterun-prefix-by-default
8+
9+
* lack of authority to execute on one or more specified nodes.
10+
Please verify your allocation and authorities.
11+
12+
* the inability to write startup files into /tmp (--tmpdir/orte_tmpdir_base).
13+
Please check with your sys admin to determine the correct location to use.
14+
15+
* compilation of the orted with dynamic libraries when static are required
16+
(e.g., on Cray). Please check your configure cmd line and consider using
17+
one of the contrib/platform definitions for your system type.
18+
19+
* an inability to create a connection back to mpirun due to a
20+
lack of common network interfaces and/or no route found between
21+
them. Please check network connectivity (including firewalls
22+
and network routing requirements).
23+
--------------------------------------------------------------------------

hpl-2.2/bin/HOWTO/HPL.dat

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
HPLinpack benchmark input file
2+
Innovative Computing Laboratory, University of Tennessee
3+
HPL.out output file name (if any)
4+
6 device out (6=stdout,7=stderr,file)
5+
4 # of problems sizes (N)
6+
29 30 34 35 Ns
7+
4 # of NBs
8+
1 2 3 4 NBs
9+
0 PMAP process mapping (0=Row-,1=Column-major)
10+
3 # of process grids (P x Q)
11+
2 1 4 Ps
12+
2 4 1 Qs
13+
16.0 threshold
14+
3 # of panel fact
15+
0 1 2 PFACTs (0=left, 1=Crout, 2=Right)
16+
2 # of recursive stopping criterium
17+
2 4 NBMINs (>= 1)
18+
1 # of panels in recursion
19+
2 NDIVs
20+
3 # of recursive panel fact.
21+
0 1 2 RFACTs (0=left, 1=Crout, 2=Right)
22+
1 # of broadcast
23+
0 BCASTs (0=1rg,1=1rM,2=2rg,3=2rM,4=Lng,5=LnM)
24+
1 # of lookahead depth
25+
0 DEPTHs (>=0)
26+
2 SWAP (0=bin-exch,1=long,2=mix)
27+
64 swapping threshold
28+
0 L1 in (0=transposed,1=no-transposed) form
29+
0 U in (0=transposed,1=no-transposed) form
30+
1 Equilibration (0=no,1=yes)
31+
8 memory alignment in double (> 0)

0 commit comments

Comments
 (0)