필터 지우기
필터 지우기

Parallel Computing Toolbox & Web App Server

조회 수: 6 (최근 30일)
Arthur Roué
Arthur Roué 2020년 12월 31일
답변: Souvik Das 2022년 8월 17일
From https://fr.mathworks.com/support/requirements/matlab-web-app-server.html, I know that Parallel Computing Toolbox works on a MATLAB Web App server, but I could not find an explicit explanation of how the parallelization works with a server.
I presume that the cluster is the entire Web App server, and a parallel pool of 4 workers means that we allocate again 1GB RAM per worker as any logged user (but it is only an assumption). As I understand, if we have 40GB of RAM available and 10 users run an app that do some parallel computations with 4 workers each, there are no RAM left for a 11th user to run an app on the server.
Can anyone confirm this? Or correct me if I misunderstood something?
Thank you!

답변 (1개)

Souvik Das
Souvik Das 2022년 8월 17일
Its mathematically right. However, 1GB per worker is also quite far below the recommendation, hence it might lead to out of memory errors, or workers disappearing or the whole machine slowing to a crawl.

카테고리

Help CenterFile Exchange에서 MATLAB Web App Server에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by