Differences between revisions 1 and 2
Revision 1 as of 2009-03-11 15:06:14
Size: 219
Comment:
Revision 2 as of 2009-03-11 15:09:32
Size: 410
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
Under linux some global variables have to be defined to get the thing working. Under linux some global variables have to be defined to get the thing working because there is an incompatibility issue between the multithread library distributed with matlab (libguide.so) and the open source multithread library used by the gnu compiler (libgomp.so).

Some of the mex files use parallel programming using [http://openmp.org/wp/ OpenMp]:

  • sparse_hessian_times_B_kronecker_C
  • simulate

Under linux some global variables have to be defined to get the thing working because there is an incompatibility issue between the multithread library distributed with matlab (libguide.so) and the open source multithread library used by the gnu compiler (libgomp.so).

DynareWiki: UsingMultithreadedDlls (last edited 2013-06-19 16:06:29 by HoutanBastani)