Differences between revisions 13 and 15 (spanning 2 versions)
Revision 13 as of 2007-09-23 08:02:07
Size: 1292
Comment:
Revision 15 as of 2009-02-16 21:32:32
Size: 1401
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#acl DynareWritersGroup:read,write All:read #acl DynareWritersGroup:read,write DynareTeamGroup:read,write,admin All:read
Line 30: Line 30:
 * ParallelizationAndPerformanceImprovementOfDynareWithSpecializedHardware

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)