Filter löschen
Filter löschen

Execute a lot of matlab files at the same time

1 Ansicht (letzte 30 Tage)
abc abc
abc abc am 21 Apr. 2016
Beantwortet: Walter Roberson am 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 ! :)

Antworten (1)

Walter Roberson
Walter Roberson am 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?

Kategorien

Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by