Hi all,
Marco Ratto wrote:
We also have coded a generic MATLAB engine for parallelizing MATLAB loops. I would like to begin committing it in official dynare. I would like to know if you agree in committing those routines and where should I commit them: in trunk\matlab? in trunk\matlab\threads.
If I remember well what you have presented, your parallel code only runs on Windows at the current time (using a special package for remotely running processes).
Maybe we should first discuss how to make this multi-platform, before incorporating it into main Dynare.
One solution would be to use SSH as the protocol for remotely running processes and for transferring files. SSH is the de facto standard for such things. It is shipped by default with Linux and MacOS, and there exists an easy to install SSH client/server for Windows: http://sshwindows.sourceforge.net/
Best,