Στις Σάβ, 11 Ιαν 2020 στις 2:59 π.μ., ο/η Allin Cottrell <cottrell@wfu.edu> έγραψε:
On Fri, 10 Jan 2020, Allin Cottrell wrote:

[...]
>
> Script:
>
> <hansl>
> set verbose off
> set seed 8402212 # or whatever
>
> tiny_mat = 0 # or 0 for bigger input!

Oops. As you might have guessed, that line should have read:

   tiny_mat = 1 # or 0 for bigger input!

"tiny_mat" (4 x 4) was supposed to be the default, as in Ioannis's
original script. But the timings I posted were correct, for my
system.

Allin

 
Allin, thanks a lot.!!
I will have a look tomorrow morning (i am away today) from my laptop and Monday morning in office.
Yesterday when i run my script at home (laptop new) i got the same times with Sven.
I will test it further using your code and I will back. I suspect that my office PC is responsible.

Yiannis