> Am 02.02.2006 um 12:01 schrieb Bernd Eidenschink:
> > Or is it supposed to run veeeery long on my machine? :-)
>
> No. I believe the Tcl library you linked with is
> not compiled with --enable-threads. Can you check that?
Thanks for your hint with the LD_LIBRARY_PATH... oh boy!
So, here:
-------------------------
(A)
Tcl: 8.4.12
starting 16 malloc threads...waiting....done: 0 seconds, 101180 usec
starting 16 ckalloc threads...waiting....done: 0 seconds, 38316 usec
A single CPU, SuSE, Kernel 2.6.13-15.7-default:
cat /proc/cpuinfo
model name : Intel(R) Pentium(R) 4 CPU 2.40GHz
cpu MHz : 2390.523
cache size : 512 KB
-------------------------
(B)
Tcl: 8.4.12
starting 16 malloc threads...waiting....done: 0 seconds, 38916 usec
starting 16 ckalloc threads...waiting....done: 0 seconds, 29926 usec
A SMP-Kernel, SuSE, 2.6.13-15.7-smp, with Hyperthreading "2" Processors:
model name : Intel(R) Pentium(R) 4 CPU 3.00GHz
cpu MHz : 2993.229
cache size : 1024 KB
-------------------------
(C)
Tcl: 8.4.12
starting 16 malloc threads...waiting....done: 0 seconds, 25762 usec
starting 16 ckalloc threads...waiting....done: 0 seconds, 17170 usec
A SMP-Kernel 2.6.5-7.108-smp, SuSE, with 2 Processors and Hyperthreading (so 4
Processors are counted):
model name : Intel(R) Xeon(TM) CPU 3.00GHz
cpu MHz : 3002.125
cache size : 1024 KB
|