bassamanator

xhpl fourth run

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