Azzera filtri
Azzera filtri

Execute a lot of matlab files at the same time

1 visualizzazione (ultimi 30 giorni)
abc abc
abc abc il 21 Apr 2016
Risposto: Walter Roberson il 21 Apr 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 ! :)

Risposte (1)

Walter Roberson
Walter Roberson il 21 Apr 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?

Categorie

Scopri di più su Startup and Shutdown in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by