Server configuration for MATLAB
3 次查看(过去 30 天)
显示 更早的评论
Pradyoth Harish Shandilya
2023-3-29
评论: Pradyoth Harish Shandilya
2023-3-31
Our lab is thinking of setting up a server to run computational physics programs written in MATLAB. We are thinking of a relatively powerful computer (think high CPU clock speeds, 32 cores, and high-end GPUs). Our concern is how one would access the computational resources of this computer simultaneously. A plausible scenario is where 2 or 3 of us want to concurrently run programs on the server.
The programs we have written often have a live GUI to see the progress and results of our simulations. This is a problem we have encountered with running programs on the university cluster where we have to queue a program and there is no easy GUI access to see the results live. We also have to use command-line tools or something like FileZilla to upload the program and then download the results which can be a little annoying.
So what we are looking for ideally is a system where we can write programs/scripts on our personal lab computers and when we click 'run', the program runs on the lab server and "streams" the results to our local computer.
I did not find any obviously relevant products from a Google search. Any thoughts/advice would be appreciated!
-Paddy
0 个评论
采纳的回答
Walter Roberson
2023-3-29
Parallel Server https://www.mathworks.com/products/matlab-parallel-server.html (formerly called Distributed Computing) is one possibility. As you can see on the landing page, you can create a parcluster that will execute on the server, but the interface is still back at the desktop.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!