Good laptop for parallel computing using matlab??
14 次查看(过去 30 天)
显示 更早的评论
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
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.
回答(1 个)
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.
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!