필터 지우기
필터 지우기

AWS cluster error message not enough vcpu despite within quota

조회 수: 9 (최근 30일)
Yuting
Yuting 2024년 3월 25일
답변: Jaswanth 2024년 6월 12일
I'm trying to setup a cluster through AWS. My current standard spot instance (A C D H I M R T Z) request quota is 256. However, when I start the cluster on cloud center, I keep recieving
"Instance Launch Error You have requested more vCPU capacity than your current vCPU limit of 32 allows for the instance bucket that the specified instance type belongs to. Please visit http://aws.amazon.com/contact-us/ec2-request to request an adjustment to this limit. Launching EC2 instance failed. "
These are the spcifications I used
MATLAB Version: R2024a
Shared State: Personal
Auto-Manage Cluster Access: Yes
Worker Machine Type: General Purpose (m5.16xlarge, 32 core)
Workers per Machine: 32
Use a dedicated headnode: Yes
Headnode Machine Type: Standard (c5d.4xlarge, 8 core, 1x400 NVMe)
Machines Requested: 5
Machines Available: 0
Allow cluster to auto-resize: No
Access to MATLAB Drive: Yes
Initial Worker Count: 128
Available Worker Count: 0
Persisted Storage: 100GB
Cluster Log Level: Low

답변 (1개)

Jaswanth
Jaswanth 2024년 6월 12일
Hi,
In response to the issue you have encountered, specifically 'Instance launch Error' when trying to setup a cluster through AWS, I would like to direct your attention to a potentially helpful solution answered in MATLAB Answers Community:
As per the reference provided above, Cloud Center limits the number of workers to one per physical core for optimal performance, despite Amazon Web Services machines having multiple virtual cores.
Since each physical core is associated with two virtual cores sharing a Floating-Point Unit (FPU), and most MATLAB computations are double-precision floating point which rely on the FPU, this restriction ensures that each worker has exclusive access to an FPU, thereby optimizing computational efficiency.
For a more detailed explanation on EC2 Instance Machine Types, please refer to following MathWorks documentation link:
I hope the information provided above is helpful.

카테고리

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

태그

제품


릴리스

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by