This form can be used to create a Slurm configuration file with you controlling many of the important configuration parameters.このフォームを使用して、重要な構成パラメーターの多くを制御するSlurm構成ファイルを作成できます。
This is a simplified version of the Slurm configuration tool.これは、Slurm構成ツールの簡略版です。 This version has fewer options for creating a Slurm configuration file.このバージョンでは、Slurm構成ファイルを作成するためのオプションが少なくなっています。 The full version of the Slurm configuration tool is available at configurator.html.Slurm構成ツールのフルバージョンはconfigurator.htmlで入手できます。
This tool supports Slurm version 20.02 only.このツールはSlurmバージョン20.02のみをサポートします。 Configuration files for other versions of Slurm should be built using the tool distributed with it in doc/html/configurator.html.他のバージョンのSlurmの構成ファイルは、doc / html /configurator.htmlで配布されているツールを使用して作成する必要があります。 Some parameters will be set to default values, but you can manually edit the resulting slurm.conf as desired for greater flexibility.一部のパラメーターはデフォルト値に設定されますが、柔軟性を高めるために、必要に応じて結果のslurm.confを手動で編集できます。 See man slurm.conf for more details about the configuration parameters.構成パラメーターの詳細については、manslurm.confを参照してください。
Note the while Slurm daemons create log files and other files as needed, it treats the lack of parent directories as a fatal error.Slurmデーモンは必要に応じてログファイルやその他のファイルを作成しますが、親ディレクトリがないことを致命的なエラーとして扱うことに注意してください。 This prevents the daemons from running if critical file systems are not mounted and will minimize the risk of cold-starting (starting without preserving jobs).これにより、重要なファイルシステムがマウントされていない場合にデーモンが実行されなくなり、コールドスタート(ジョブを保持せずに起動する)のリスクが最小限に抑えられます。
Note that this configuration file must be installed on all nodes in your cluster.この構成ファイルは、クラスター内のすべてのノードにインストールする必要があることに注意してください。
After you have filled in the fields of interest, use the "Submit" button on the bottom of the page to build the slurm.conf file.関心のあるフィールドに入力したら、ページの下部にある[送信]ボタンを使用してslurm.confファイルを作成します。 It will appear on your web browser.Webブラウザに表示されます。 Save the file in text format as slurm.conf for use by Slurm.Slurmで使用できるように、ファイルをテキスト形式でslurm.confとして保存します。
For more information about Slurm, see https://slurm.schedmd.com/slurm.html
SlurmctldHost: Master Controller Hostnameマスターコントローラーのホスト名
NodeName: Compute nodesNodeName:計算ノード
NodeAddr: Compute node addresses (optional)NodeAddr:ノードアドレスの計算(オプション)
PartitionName: Name of the one partition to be createdPartitionName:作成する1つのパーティションの名前
MaxTime: Maximum time limit of jobs in minutes or INFINITEMaxTime:ジョブの最大時間制限(分単位)またはINFINITE
The following parameters describe a node's configuration.次のパラメーターは、ノードの構成を記述します。 Set a value for CPUs.CPUの値を設定します。 The other parameters are optional, but provide more control over scheduled resources:他のパラメーターはオプションですが、スケジュールされたリソースをより細かく制御できます。
CPUs: Count of processors on each compute node.CPU:各計算ノードのプロセッサーの数。 If CPUs is omitted, it will be inferred from:CPUが省略されている場合、次のように推測されます。 Sockets, CoresPerSocket, and ThreadsPerCore.Sockets、CoresPerSocket、およびThreadsPerCore。
Sockets: Number of physical processor sockets/chips on the node.ソケット:ノード上の物理プロセッサソケット/チップの数。 If Sockets is omitted, it will be inferred from:Socketsを省略すると、次のように推測されます。 CPUs, CoresPerSocket, and ThreadsPerCore.CPU、CoresPerSocket、およびThreadsPerCore。
CoresPerSocket: Number of cores in a single physical processor socket.CoresPerSocket:単一の物理プロセッサソケット内のコアの数。 The CoresPerSocket value describes physical cores, not the logical number of processors per socket.CoresPerSocket値は、ソケットあたりのプロセッサの論理数ではなく、物理コアを表します。
ThreadsPerCore: Number of logical threads in a single physical core.ThreadsPerCore:単一の物理コア内の論理スレッドの数。
RealMemory: Amount of real memory.RealMemory:実メモリの量。 This parameter is required when specifying Memory as a consumable resource with the select/cons_res plug-in.このパラメーターは、select / cons_resプラグインでメモリを消費可能なリソースとして指定する場合に必要です。 See below under Resource Selection.以下の「リソースの選択」を参照してください。
SlurmUser
StateSaveLocation: Slurmctld state save directoryStateSaveLocation:Slurmctld状態保存ディレクトリ
SlurmdSpoolDir: Slurmd state save directorySlurmdSpoolDir:Slurmd状態保存ディレクトリ
Define when a non-responding (DOWN) node is returned to service.応答しない(DOWN)ノードがいつサービスに戻るかを定義します。 Select one value for ReturnToService:ReturnToServiceの値を1つ選択します。 0: When explicitly restored to service by an administrator.0:管理者によって明示的にサービスに復元された場合。 1:Upon registration with a valid configuration only if it was set DOWN due to being non-responsive.1:応答しないためにDOWNに設定された場合にのみ、有効な構成で登録したとき。 2:Upon registration with a valid configuration.2:有効な構成での登録時。
SlurmctldLogFile (default is none, log goes to syslog)SlurmctldLogFile(デフォルトはnone、ログはsyslogに送られます)
SlurmdLogFile (default is none, log goes to syslog, string "%h" in name gets replaced with hostname)SlurmdLogFile(デフォルトはnone、ログはsyslogに送られ、名前の文字列 "%h"はホスト名に置き換えられます)
Options below are for use with a database to specify where the database is running and how to connect to it以下のオプションは、データベースで使用して、データベースが実行されている場所とデータベースへの接続方法を指定するためのものです。 ClusterName: Name to be recorded in database for jobs from this cluster.ClusterName:このクラスターからのジョブのデータベースに記録される名前。 This is important if a single database is used to record information from multiple Slurm-managed clusters.これは、単一のデータベースを使用して複数のSlurm管理クラスターからの情報を記録する場合に重要です。
SlurmctldPidFile
SlurmdPidFile