Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Benchmark Milk-V Mars CM - JH7110 4x 1.5 GHz RISC-V #20

Closed
geerlingguy opened this issue Oct 28, 2023 · 4 comments
Closed

Benchmark Milk-V Mars CM - JH7110 4x 1.5 GHz RISC-V #20

geerlingguy opened this issue Oct 28, 2023 · 4 comments

Comments

@geerlingguy
Copy link
Owner

As the title says... I can't get ansible running locally on the device since cryptography won't install, and I had trouble upgrading pip. So I'll run it from my Mac over SSH.

@geerlingguy
Copy link
Owner Author

Hmm, MPICH compile fails:

    hostinfo               =
    /bin/universe          =
    /usr/bin/arch -k       =
    /bin/arch              =
    /usr/bin/oslevel       =
    /usr/convex/getsysinfo =
  
    UNAME_MACHINE = riscv64
    UNAME_RELEASE = 5.15.0
    UNAME_SYSTEM  = Linux
    UNAME_VERSION = #9 SMP Sun Oct 8 17:14:43 CST 2023
    configure: error: cannot guess build type; you must specify one

Maybe mpich 4.1.2 will work? (Using 3.1.2 currently).

@geerlingguy
Copy link
Owner Author

Looks like it! Compiling now...

@geerlingguy
Copy link
Owner Author

================================================================================
HPLinpack 2.3  --  High-Performance Linpack benchmark  --   December 2, 2018
Written by A. Petitet and R. Clint Whaley,  Innovative Computing Laboratory, UTK
Modified by Piotr Luszczek, Innovative Computing Laboratory, UTK
Modified by Julien Langou, University of Colorado Denver
================================================================================

An explanation of the input/output parameters follows:
T/V    : Wall time / encoded variant.
N      : The order of the coefficient matrix A.
NB     : The partitioning blocking factor.
P      : The number of process rows.
Q      : The number of process columns.
Time   : Time in seconds to solve the linear system.
Gflops : Rate of execution for solving the linear system.

The following parameter values will be used:

N      :   14745
NB     :     256
PMAP   : Row-major process mapping
P      :       1
Q      :       4
PFACT  :   Right
NBMIN  :       4
NDIV   :       2
RFACT  :   Crout
BCAST  :  1ringM
DEPTH  :       1
SWAP   : Mix (threshold = 64)
L1     : transposed form
U      : transposed form
EQUIL  : yes
ALIGN  : 8 double precision words

--------------------------------------------------------------------------------

- The matrix A is randomly generated for each test.
- The following scaled residual check will be computed:
      ||Ax-b||_oo / ( eps * ( || x ||_oo * || A ||_oo + || b ||_oo ) * N )
- The relative machine precision (eps) is taken to be               1.110223e-16
- Computational tests pass if scaled residuals are less than                16.0

================================================================================
T/V                N    NB     P     Q               Time                 Gflops
--------------------------------------------------------------------------------
WR11C2R4       14745   256     1     4            1073.60             1.9910e+00
HPL_pdgesv() start time Sat Oct 28 02:18:05 2023

HPL_pdgesv() end time   Sat Oct 28 02:35:58 2023

--------------------------------------------------------------------------------
||Ax-b||_oo/(eps*(||A||_oo*||x||_oo+||b||_oo)*N)=   4.40798295e-03 ...... PASSED
================================================================================

Finished      1 tests with the following results:
              1 tests completed and passed residual checks,
              0 tests completed and failed residual checks,
              0 tests skipped because of illegal input values.
--------------------------------------------------------------------------------

End of Tests.
================================================================================

Need to measure power consumption next.

@geerlingguy
Copy link
Owner Author

1.99 Gflops @ 3.6W (0.55 Gflops/W)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant