--- #==================================================================== # Slurm cluster that uses Lustre for storing the Slurm configuration and tool files # # EFS should be adequate and more cost effective for most uses. # You might consider Lustre for very large, dynamic clusters if they are putting a strain on EFS metadata. # # Defaults and valid configuration options are in source/config_schema.py. # Command line values override values in the config file. #==================================================================== StackName: slurmlustre slurm: storage: provider: lustre lustre': {} InstanceConfig: UseSpot: true NodesPerInstanceType: 5 BaseOsArchitecture: CentOS: 7: [x86_64] Include: InstanceFamilies: - t3 InstanceTypes: [] # Use defaults from schema SlurmCtl: {}