필터 지우기
필터 지우기

Execute a lot of matlab files at the same time

조회 수: 1 (최근 30일)
abc abc
abc abc 2016년 4월 21일
답변: Walter Roberson 2016년 4월 21일
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