Execute a lot of matlab files at the same time

1 次查看(过去 30 天)
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 ! :)

回答(1 个)

Walter Roberson
Walter Roberson 2016-4-21
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?

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by