필터 지우기
필터 지우기

requirements for parallel computing toolbox

조회 수: 4 (최근 30일)
William
William 2012년 2월 17일
In order to utilize the parallel toolbox do we need an i7 or i5 processor? or do we need something a lotta-bit more expensive like a xeon processor? Simply put what were the folks at mathworks envisioning when they created the toolbox?
Thanks

채택된 답변

Jason Ross
Jason Ross 2012년 2월 17일
The Parallel Computing Toolbox will run on any of the systems you mention. There's no specific hardware requirement beyond the base MATLAB system requirements. That said, the hardware requirements (RAM, number of cores, number of machines in the cluster, etc) are more driven by the problems that are trying to be solved than any specific hardware spec. A very generic starting point is one worker per core, and 2 GB of RAM for each worker -- but it's very easy to find reasons to need more RAM or to find out there are other bottlenecks that change the solution time. It depends on if you are running examples and learning, which you can do on pretty much any system, or if you start doing analysis with larger matrix sizes, which will start to require more RAM, and if possible, you might want to split the work up over more cores or more systems.
Another thing that PCT opens the door to is GPU computing, as well.
  댓글 수: 2
William
William 2012년 2월 17일
I am running a 2.5Ghz i7 processor with 16G if Ram. Should be faster than an XP machine with a pentium M and 2G of Ram
Jason Ross
Jason Ross 2012년 2월 17일
Yes, it should be! Enjoy!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Communications Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by