Matlab Parallel Server vs Matlab + Parallel Computing Toolbox
18 ビュー (過去 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!