Differences between revisions 1 and 8 (spanning 7 versions)
Revision 1 as of 2007-09-16 10:22:55
Size: 730
Comment:
Revision 8 as of 2007-09-17 15:16:11
Size: 1075
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#acl All:read,write #acl TestUser:read,write All:read
 
There seems to be a problem for others to edit this page. I'm working on it. Michel 09/19/07
Line 11: Line 13:
 * Tests on Hal: ==== Tests on Hal ====
Line 24: Line 26:

== Dynare ==
 * I. Azzini, R. Girardi, M. Ratto (2007) "Parallelization of Matlab codes under Windows platform for Bayesian estimation: a DYNARE application" [http://www.cepremap.cnrs.fr/juillard/dynare_conf_07/girardi.pdf]

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
  • 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)