In order to edit this page, you need to create an account with UserPreferences, then send an email to MichelJuillard. Thanks

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