Good laptop for parallel computing using matlab??
14 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
OCDER
am 25 Jul. 2018
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.
Antworten (1)
FastCar
am 26 Aug. 2018
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 Kommentare
Siehe auch
Kategorien
Mehr zu Get Started with MATLAB finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!