- MATLAB Online (matlab.mathworks.com)
- Cloud Center (cloudcenter.mathworks.com), running on AWS
- MathWorks Reference Architectures (https://github.com/mathworks-ref-arch), support AWS and Azure
MATLAB Cloud. How to use if I have an Institution license
조회 수: 1 (최근 30일)
이전 댓글 표시
I have to run a code that use parallel computing tool box. But my GPU is of 5GB and the code need more than that. Can I run this in MATLAB cloud? Please help.
I have an institution license.
댓글 수: 0
채택된 답변
Raymond Norris
2022년 5월 1일
MATLAB has several cloud offerings
At the moment, MATLAB Online does not support GPUs. Cloud Center and the Reference Architectures provide access to GPU instances. Cloud Center provides the ability to start MATLAB on (at the moment) g3.4xlarge, g3.8xlarge, and g3.16xlarge, which have 8/16/32 GB GPU memory respectfully and can run on Linux or Windows. The Reference Architectures is more of a "roll your own" and provide access to additional regions, older versions of MATLAB, and additional GPU instances.
Another consideration, since you have the Parallel Computing Toolbox, is that you can launch a job from your desktop machine to a GPU instance running in the cloud, backed by MATLAB Parallel Server. Both Cloud Center and Reference Architectures can spin up GPU instances using MATLAB Parallel Server instead (would require that your institution has a MATLAB Parallel Server license).
Contact Technical Support (support@mathworks.com) to have them walk you through how to use your institutional license in the cloud. They can also provide additional differences between Cloud Center and the Reference Architectures and whether to use MATLAB or MATLAB Parallel Server on the cloud.
추가 답변 (1개)
Walter Roberson
2022년 5월 1일
You need a Login Named User license for that purpose, which you should be able to do with your license. See
https://www.mathworks.com/matlabcentral/answers/168441-what-is-login-named-user-and-how-can-i-use-it
https://www.mathworks.com/matlabcentral/answers/460944-can-i-use-login-named-user-on-an-academic-license
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 MathWorks Cloud Center에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!