Differences between revisions 11 and 12
Revision 11 as of 2007-09-17 15:40:05
Size: 1179
Comment:
Revision 12 as of 2007-09-17 15:46:29
Size: 1211
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
There seems to be a problem for others to edit this page. I'm working on it. Michel 09/19/07 In order to edit this page, you need to create an account with UserPreferences, then send an email to MichelJuillard. Thanks

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
  • 1 thread: 21 sec
  • 4 threads: 24 sec

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

Dynare

DynareWiki: ParallelComputing (last edited 2009-03-25 17:11:59 by localhost)