Azure / Azure/cyclecloud-gridengine
gridengine.slots = 1 in a template does not seem to work
- 主要言語
- Python
- スター
- 7
- フォーク
- 18
- 平均マージ
- 5日 21時間
- マージ済み PR(30日)
- 2
説明
Hi, I am using cyclecloud Version: 8.2.1-1733 with sge / gridengine.
I tried to customize the template for GUU nodes using
```
[[[configuration]]]
gridengine.slot_type = gpu1K80
gridengine.slots = 1
```
or better context
```
[[nodearray gpu1K80]]
MachineType = $Gpu1K80MachineType
MaxCoreCount = $MaxGpu1K80CoreCount
# Set the number of cores to the number of GPUs for autoscaling purposes
CoreCount = 1
AdditionalClusterInitSpecs = $ExecuteClusterInitSpecs
[[[configuration]]]
gridengine.slot_type = gpu1K80
gridengine.slots = 1
```
It does look like `gridengine.slots = 1 ` does not work. I see that new nodes have 6 slots as the number of cores
Is there a different way to set the number of slots available on a node?
Thanks!
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
まず、CycleCloud 8.2.1-1733、sge/gridengine、および gpu1K80 nodearray の示された [[[configuration]]] 設定で問題を再現します。設定された gridengine.slots の値と、新しいノードで報告される 6 つのスロットを比較し、CoreCount とスロット設定がどのように適用されるかを追跡します。gridengine.slots = 1 で設定したときにノードが 1 つの GridEngine スロットを公開すれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 領域
- infrastructure
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 30/100