/usr/share/doc/libcolt-free-java/ibm-1.4.1-2xpentium4-2.2GHz.txt is in libcolt-free-java-doc 1.2.0+dfsg-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | Colt Matrix benchmark running on
java.vm.vendor IBM Corporation
java.vm.version 1.4.1
java.vm.name Classic VM
os.name Linux
os.version 2.4.19
os.arch x86
java.version 1.4.1
java.vendor IBM Corporation
java.vendor.url http://www.ibm.com/
Colt Version is Version 1.0.3.165 (Thu Nov 28 11:31:47 CET 2002)
Please report problems to wolfgang.hoschek@cern.ch or http://nicewww.cern.ch/~hoschek/colt/index.htm
Executing command = [dgemm, dense, 2, 2, 0.999, false, true, 5, 10, 25, 50, 100, 250, 500, 1000] ...
@x.x.x.x.x.x.x.x.*
Performance of Blas matrix-matrix mult dgemm(false, true, 1, A, B, 0, C)
type=dense
| size
| 5 10 25 50 100 250 500 1000
------------------------------------------------------------------------------------
d 0.999 | 163.148 383.67 527.194 880.116 1.266E+003 1.343E+003 1.353E+003 1.367E+003
Run took a total of Time=28.796 secs. End of run.
Executing command = [dgemm, dense, 1, 2, 0.999, false, true, 5, 10, 25, 50, 100, 250, 500, 1000] ...
@x.x.x.x.x.x.x.x.*
Performance of Blas matrix-matrix mult dgemm(false, true, 1, A, B, 0, C)
type=dense
| size
| 5 10 25 50 100 250 500 1000
-----------------------------------------------------------------------
d 0.999 | 55.385 116.691 243.576 372.608 596.79 567.903 668.151 703.235
Run took a total of Time=29.41 secs. End of run.
Command file name used: medium.conf
To reproduce and compare results, here it's contents:
// matrix-matrix mult with 1 and with 2 CPUs
dgemm dense 2 2.0 0.999 false true 5 10 25 50 100 250 500 1000
dgemm dense 1 2.0 0.999 false true 5 10 25 50 100 250 500 1000
Program execution took a total of 0.97291666 minutes.
Good bye.
|