Good laptop for parallel computing using matlab??

조회 수: 14 (최근 30일)
Timothy Olsen
Timothy Olsen 2018년 7월 25일
답변: FastCar 2018년 8월 26일
Hello, Looking for a good laptop (has to be a laptop, not desktop) to perform parallel computing on large sets of data. I regularly need to analyse large sets of data, in which even my desktop takes forever to complete. I am therefore learning how to write more of my code using parallel computing functions (e.g. parfor). I would like to buy a laptop (pre-made or custom-built (from a company)) that is as fast as possible. Can anyone please give me some advice on what laptop specifications are essential for this (and matlab in general) when getting a computer. I assume a CPU with as many cores as possible, a good GPU as well (for use of functions such as gpuArray), an SSD drive and as much RAM as possible. Thanks in advance, Tim
  댓글 수: 3
OCDER
OCDER 2018년 7월 25일
Don't forget the cooling pad (~$30). And if that's not working to keep things cool, place laptop in the fridge - keep away from perishable food & leave explanatory post-it.
Timothy Olsen
Timothy Olsen 2018년 8월 26일
Hi, Thanks for the answers, sorry for my delay. Your answers were very helpful. Indeed the problem will be keeping the laptop cool. My favourite choose currently is the Dell XPS 15 but as you mention, this has a lot of issues with thermal throttling. I'm hoping a high CPU usage with relatively small GPU usage while running code will avoid some of the problems associated with excess heat. Thanks again. Tim

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

답변 (1개)

FastCar
FastCar 2018년 8월 26일
Are you sure that your task could be done in parallel? Did you check the memory requirements for the task? Mind that a laptop compared to a workstation or a HPC has limitations in RAM and in number of cores. Also sometimes the process of assigning the task to the cores is so heavy that in Matlab you don't get the speed up you expected.

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by