Setting up desktop computer for remote computing
50 次查看(过去 30 天)
显示 更早的评论
I have two computers - a desktop computer and a laptop. My laptop is not powerful enough to efficiently run many of the computations that I want to run, and I would like to be able to remotely run them on my desktop. My current strategy has been to use a remote desktop application to connect to the desktop and run all my simulations through that, but it isn't the most elegant. I was wondering if there was any way to remotely connect to my desktop through MATLAB, so that I could locally run MATLAB on my laptop but have all the computations done through the desktop (perhaps by setting up a cluster with the parallel computing toolbox, but I'm still not sure if this is possible).
0 个评论
回答(1 个)
Andrea Picciau
2019-6-18
编辑:Andrea Picciau
2019-6-18
To do that, you'll need to have a MATLAB Parallel Server license. If you have it, you can install the MATLAB Job Scheduler on your desktop machine: you can either follow this video that walks you through the process or follow the documentation.
Note that MATLAB Parallel Server can be used with schedulers other than MATLAB Job Scheduler! In your case, however, MATLAB Job Scheduler seems to me to be the best solution.
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!