-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpc-openfoam-singularity.yaml
51 lines (51 loc) · 1.08 KB
/
pc-openfoam-singularity.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Region: <REGION>
Image:
Os: alinux2
HeadNode:
InstanceType: c5.4xlarge
LocalStorage:
RootVolume:
Size: 50
Networking:
SubnetId: <PUBLIC-SUBNET-ID>
DisableSimultaneousMultithreading: true
Ssh:
KeyName: <EC2-KEY-PAIR-NAME>
Scheduling:
Scheduler: slurm
SlurmQueues:
- Name: c5n
ComputeResources:
- Name: c5n18xlarge
DisableSimultaneousMultithreading: true
Efa:
Enabled: true
GdrSupport: false
InstanceType: c5n.18xlarge
MinCount: 0
MaxCount: 10
ComputeSettings:
LocalStorage:
EphemeralVolume:
MountDir: /local/ephemeral
RootVolume:
Size: 50
Networking:
PlacementGroup:
Enabled: true
SubnetIds:
- <PRIVATE-SUBNET-ID>
SharedStorage:
- MountDir: /shared
Name: ebs
StorageType: Ebs
EbsSettings:
VolumeType: gp3
Size: 100
- MountDir: /scratch
Name: fsx
StorageType: FsxLustre
FsxLustreSettings:
StorageCapacity: 1200
DeploymentType: SCRATCH_2
ImportPath: s3:<PATH-TO-IMPORT-FILES>