bassamanator

Untitled

Jun 14th, 2020
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.81 KB | None | 0 0
  1. pi@rpi:~/hpl $ mpirun -np 4 /opt/hpl/bin/xhpl
  2. ================================================================================
  3. HPLinpack 2.3  --  High-Performance Linpack benchmark  --   December 2, 2018
  4. Written by A. Petitet and R. Clint Whaley,  Innovative Computing Laboratory, UTK
  5. Modified by Piotr Luszczek, Innovative Computing Laboratory, UTK
  6. Modified by Julien Langou, University of Colorado Denver
  7. ================================================================================
  8.  
  9. An explanation of the input/output parameters follows:
  10. T/V    : Wall time / encoded variant.
  11. N      : The order of the coefficient matrix A.
  12. NB     : The partitioning blocking factor.
  13. P      : The number of process rows.
  14. Q      : The number of process columns.
  15. Time   : Time in seconds to solve the linear system.
  16. Gflops : Rate of execution for solving the linear system.
  17.  
  18. The following parameter values will be used:
  19.  
  20. N      :   28800
  21. NB     :     192
  22. PMAP   : Row-major process mapping
  23. P      :       2
  24. Q      :       2
  25. PFACT  :   Right
  26. NBMIN  :       4
  27. NDIV   :       2
  28. RFACT  :   Crout
  29. BCAST  :  1ringM
  30. DEPTH  :       1
  31. SWAP   : Mix (threshold = 64)
  32. L1     : transposed form
  33. U      : transposed form
  34. EQUIL  : yes
  35. ALIGN  : 8 double precision words
  36.  
  37. --------------------------------------------------------------------------------
  38.  
  39. - The matrix A is randomly generated for each test.
  40. - The following scaled residual check will be computed:
  41.       ||Ax-b||_oo / ( eps * ( || x ||_oo * || A ||_oo + || b ||_oo ) * N )
  42. - The relative machine precision (eps) is taken to be               1.110223e-16
  43. - Computational tests pass if scaled residuals are less than                16.0
  44.  
  45. ================================================================================
  46. T/V                N    NB     P     Q               Time                 Gflops
  47. --------------------------------------------------------------------------------
  48. WR11C2R4       28800   192     2     2            1989.95             8.0035e+00
  49. HPL_pdgesv() start time Sun Jun 14 17:57:09 2020
  50.  
  51. HPL_pdgesv() end time   Sun Jun 14 18:30:18 2020
  52.  
  53. --------------------------------------------------------------------------------
  54. ||Ax-b||_oo/(eps*(||A||_oo*||x||_oo+||b||_oo)*N)=   1.21864699e-03 ...... PASSED
  55. ================================================================================
  56.  
  57. Finished      1 tests with the following results:
  58.               1 tests completed and passed residual checks,
  59.               0 tests completed and failed residual checks,
  60.               0 tests skipped because of illegal input values.
  61. --------------------------------------------------------------------------------
  62.  
  63. End of Tests.
  64. ================================================================================
  65. pi@rpi:~/hpl $ vcgencmd get_throttled
  66. throttled=0x0
Add Comment
Please, Sign In to add comment