本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
組態
依預設,AWS ParallelCluster會將~/.parallelcluster/config
檔案用於所有組態參數。您可以使用或指--config
令行選項-c
或AWS_PCLUSTER_CONFIG_FILE
環境變數來指定自訂組態檔案。
範例組態檔會與 AWS ParallelCluster 檔案一起安裝在 site-packages/aws-parallelcluster/examples/config
的 Python 目錄中。此外GitHub,您也可以在中取得範例組態檔案https://github.com/aws/aws-parallelcluster/blob/v2.11.9/cli/src/pcluster/examples/config
目前的AWS ParallelCluster第 2 個版本:2.11.9.
主題
配置
AWS ParallelCluster 組態定義在多個區段中。
需要下列[global]區段:剖面和[aws]剖面。
您還必須包括至少一個[cluster]截面和一個[vpc]截面。
區段的開頭為括號括住的區段名稱,接著是參數和組態。
[global] cluster_template = default update_check = true sanity_check = true