There seems to be a problem for others to edit this page. I'm working on it. Michel 09/19/07

Issues around parallel computing

Matlab

Tests on Hal

x = randn(100,100);
tic; for i=1:100000; y=x*x; end; toc

x = randn(1000,1000);
tic; for i=1:100; y=x*x; end; toc

Dynare