Borrar filtros
Borrar filtros

Execute a lot of matlab files at the same time

1 visualización (últimos 30 días)
abc abc
abc abc el 21 de Abr. de 2016
Respondida: Walter Roberson el 21 de Abr. de 2016
Hi everybody !
i have 6000 matlab files and i would like to know if it is possible to execute them at the same time ? I thought i could use many computers to go faster but i wonder if i can use something like parallel computing ? Any ideas ?
Many thanks ! :)

Respuestas (1)

Walter Roberson
Walter Roberson el 21 de Abr. de 2016
You could execute them all at the same time if you had a computer (or cluster) with at least 6001 CPUs (or 3001 CPUs that had hyperthreading turned on.)
There are some programs that work faster with parallel computing, but it is not uncommon for programs to work slower in parallel, because there is a lot of communications overhead in talking to the extra processes.
Do they need to all be run simultaneously, or do you just have 6000 independent files to get through and would like to keep your system running at maximum capacity?

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by