Difference between revisions of "Spot pcluster config"
(Created page with "== spot pcluster config == [aws] aws_region_name = us-east-2 [cluster ladcospot] vpc_settings = ladco ebs_settings = data,input,apps scheduler = slurm master_instan...") |
(→spot pcluster config) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
[aws] | [aws] | ||
aws_region_name = us-east-2 | aws_region_name = us-east-2 |
Latest revision as of 17:28, 26 March 2021
[aws] aws_region_name = us-east-2 [cluster ladcospot] vpc_settings = ladco ebs_settings = data,input,apps scheduler = slurm master_instance_type = c4.large compute_instance_type = r4.16xlarge master_root_volume_size = 40 cluster_type = spot base_os = alinux2 key_name = ****** s3_read_resource = arn:aws:s3:::ladco-backup/* s3_read_write_resource = arn:aws:s3:::ladco-wrf/* post_install = s3://ladco-backup/post_install_users.sh disable_hyperthreading = true custom_ami = ami-0c283443a1ebb5c17 max_queue_size = 100 # Create a 10 Tb cold storage I/O directory [ebs data] shared_dir = data volume_type = sc1 volume_size = 10000 volume_iops = 1500 encrypted = false # Attach an "apps" volume with pre-loaded software [ebs apps] shared_dir = ladco ebs_volume_id = vol-***** # Attach an "input" data volume with pre-loaded input data [ebs input] shared_dir = input ebs_volume_id = vol-***** [vpc public] master_subnet_id = subnet-****** vpc_id = vpc-****** [global] update_check = true sanity_check = true cluster_template = ladcospot [aliases] ssh = ssh -Y {CFN_USER}@{MASTER_IP} {ARGS}