Matlab PCT integration with RTDA

This is the Matlab PCT integration with RTDA based on generic scheduler interface
722 descargas
Actualizado 1 sep 2016

Ver licencia

This integration have three parts:
1. Integration for the share filesystem, it assume that you have RTDA utility installed on your desktop and your desktop has the share file system with the cluster.
2. Integration for non-share file system on Linux, it assume that you have Linux box as your desktop, but you don't need RTDA utility and share file system. So you need to have a passwordless ssh setup from your desktop to a RTDA submission host
3. Non-share file Windows, same as Linux except MATLAB use putty as the ssh client, user has to install it by himself and make the putty binary available on windows path. Also user has to make the putty session name as exactly same as submission host name because MATLAB need to use pscp to copy the staging data to submission host and unfortunately, pscp don't support session name

As we know, MATLAB support task parallel and data parallel; for the data parallel, MATLAB use MPI. So, inside the RTDA cluster, MATLAB need the passwordless ssh enabled between the worker nodes if user want to use the data parallel functionality

Citar como

Winston Yu (2024). Matlab PCT integration with RTDA (https://www.mathworks.com/matlabcentral/fileexchange/23584-matlab-pct-integration-with-rtda), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2008b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Parallel Computing en Help Center y MATLAB Answers.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.2.0.1

Updated license

1.2.0.0

Add BSD license

1.0.0.0