Matlab Parallel Server vs Matlab + Parallel Computing Toolbox
19 次查看(过去 30 天)
显示 更早的评论
Hi,
I am the systems admin of a compute cluster and am installing Matlab. We have a network license for multi-user use and we have multiple cores that users can potentially take advanatage of for parallel processing.
I would like to know the difference between installing Maltab (concurrent license) +Parallel Toolbox and Matlab Parallel Server.
Up until now I have not been installing the Parallel Server, just including the Parallel Toolbox in the installation. Would you recommend installing the Parallel Server option instead and can you let me know what the difference is?
Thanks
0 个评论
采纳的回答
Mike Croucher
2024-9-9
编辑:Mike Croucher
2024-9-9
Hi Anglea
Parallel Computing Toolbox provides the parallel language (parfor, parfeval, spmd etc) and will allow you to run programs that scale to one node on CPUs and also provides NVIDIA GPU support.
Parallel Sever does all of that too and also allows you to scale individual MATLAB jobs to multiple nodes. Parallel Sever also allows for so called 'remote submission' which allows MATLAB users to submit jobs to your scheduler (SLURM etc) directly from MATLAB.
If you like to discuss this further, feel free to message me on LinkedIn https://www.linkedin.com/in/mike-croucher-32336113/
Hope this helps,
Mike
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File 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!