Effacer les filtres
Effacer les filtres

Visualize matlabpool with simulink

1 vue (au cours des 30 derniers jours)
Ashton
Ashton le 27 Fév 2011
Anyway I can visualize the currently open matlabpool with simulink. E.g. open a matlabpool, and see a visual of the available workers. Run a process/job and see the workload to each worker - or for parfor loops which have varying workloads, see which workers are finished and which are still processing?

Réponses (1)

Kaustubha Govind
Kaustubha Govind le 28 Fév 2011
I don't know of an existing tool that allows you to do this, but it should be fairly straightforward to write your own MATLAB code that polls various job manager, job and worker properties (see list at http://www.mathworks.com/help/toolbox/distcomp/f6-6010.html) to compute such statistics. Is there a specific reason you'd like to do this with Simulink and not MATLAB? You can always use a MATLAB Function or MATLAB S-Function block to get the numbers from MATLAB and then visualize them in Simulink.

Catégories

En savoir plus sur Startup and Shutdown dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by