

本文属于机器翻译版本。若本译文内容与英语原文存在差异，则一律以英文原文为准。

# Intel Select Solutions
<a name="intel-select-solutions"></a>

Amazon ParallelCluster 可用作用于仿真和建模的英特尔精选解决方案。配置经过验证，符合[英特尔 HPC 平台规范](https://www.intel.com/content/www/us/en/high-performance-computing/hpc-platform-specification.html)设定的标准，使用特定的英特尔实例类型，并配置为使用 [Elastic Fabric Adapter](efa.md) (EFA) 网络接口。 Amazon ParallelCluster 是第一个满足英特尔精选解决方案计划要求的云解决方案。支持的实例类型包括 `c5n.18xlarge`、`m5n.24xlarge` 和 `r5n.24xlarge`。下面提供了与 Intel Select Solutions 标准兼容的配置示例。

**Example Intel Select Solutions 配置**  

```
[global]
update_check = true
sanity_check = true
cluster_template = intel-select-solutions

[aws]
aws_region_name = {{<Your Amazon Web Services 区域>}}

[scaling demo]
scaledown_idletime = 5

[cluster intel-select-solutions]
key_name = {{<Your SSH key name>}}
base_os = centos7
scheduler = slurm
enable_intel_hpc_platform = true
master_instance_type = c5.xlarge
vpc_settings = {{<Your VPC section>}}
scaling_settings = demo
queue_settings = c5n,m5n,r5n
master_root_volume_size = 200
compute_root_volume_size = 80

[queue c5n]
compute_resource_settings = c5n_i1
enable_efa = true
placement_group = DYNAMIC

[compute_resource c5n_i1]
instance_type = c5n.18xlarge
max_count = 5

[queue m5n]
compute_resource_settings = m5n_i1
enable_efa = true
placement_group = DYNAMIC

[compute_resource m5n_i1]
instance_type = m5n.24xlarge
max_count = 5

[queue r5n]
compute_resource_settings = r5n_i1
enable_efa = true
placement_group = DYNAMIC

[compute_resource r5n_i1]
instance_type = r5n.24xlarge
max_count = 5
```

有关 Amazon ParallelCluster 英特尔 HPC 平台规范的更多信息，请参阅[Intel HPC 平台规范](intel-hpc-platform-specification.md)。