Borrar filtros
Borrar filtros

requirements for parallel computing toolbox

4 visualizaciones (últimos 30 días)
William
William el 17 de Feb. de 2012
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

Respuesta aceptada

Jason Ross
Jason Ross el 17 de Feb. de 2012
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 comentarios
William
William el 17 de Feb. de 2012
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 el 17 de Feb. de 2012
Yes, it should be! Enjoy!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Communications Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by