Gpu cluster index (Grid Overlay): Difference between revisions
Jump to navigation
Jump to search
Created page with "{{Overlay attributes|<onlyinclude> {{Overlay attributes|type=row|overlay=Grid |attribute=GPU_CLUSTER_INDEX |unit=number |range=-1 to inf |description=Select a specific GPU cluster to run the grid overlay on. |defaultvalue=-1 (ignored, select best available) |icon=iteration_acvtive.png }}</onlyinclude>}} Adding <code>GPU_CLUSTER_INDEX=1</code> as an attribute to any Grid Overlay will force the overlay to be calculated on the GPU Cluster with index 1. The index of each GP..." |
mNo edit summary |
||
| (4 intermediate revisions by one other user not shown) | |||
| Line 6: | Line 6: | ||
|description=Select a specific GPU cluster to run the grid overlay on. | |description=Select a specific GPU cluster to run the grid overlay on. | ||
|defaultvalue=-1 (ignored, select best available) | |defaultvalue=-1 (ignored, select best available) | ||
|icon= | |icon=gpu_cluster_index.png | ||
}}</onlyinclude>}} | }}</onlyinclude>}} | ||
Adding <code>GPU_CLUSTER_INDEX=1</code> as an attribute to any Grid Overlay will force the overlay to be calculated on the GPU Cluster with index 1. The index of each GPU cluster is visible in the [[Calculation | Adding <code>GPU_CLUSTER_INDEX=1</code> as an attribute to any Grid Overlay will force the overlay to be calculated on the GPU Cluster with index 1. The index of each GPU cluster is visible in the [[Calculation panel]]. | ||
This attribute can be useful to always force a heavy calculation onto a SUPER cluster. Or to test performance on different clusters. | This attribute can be useful to always force a heavy calculation onto a SUPER cluster. Or to test performance on different clusters. | ||
| Line 16: | Line 16: | ||
|notes= | |notes= | ||
* Over time new GPU Cluster may be added or removed, this can change the cluster index value. | * Over time new GPU Cluster may be added or removed, this can change the cluster index value. | ||
* When a cluster cannot run this specific overlay, for example due to insufficient memory | * When a cluster cannot run this specific overlay, for example due to insufficient memory an error will return. | ||
|seealso= | |seealso= | ||
* [[ | * [[Calculation panel]] | ||
}} | }} | ||
{{GridOverlay nav}} | {{GridOverlay nav}} | ||
Latest revision as of 14:39, 14 October 2025
| Icon | Attribute | Unit | Range | Description | Default value |
|---|---|---|---|---|---|
| File:Gpu cluster index.png | GPU_CLUSTER_INDEX | number | -1 to inf | Select a specific GPU cluster to run the grid overlay on. | -1 (ignored, select best available) |
Adding GPU_CLUSTER_INDEX=1 as an attribute to any Grid Overlay will force the overlay to be calculated on the GPU Cluster with index 1. The index of each GPU cluster is visible in the Calculation panel.
This attribute can be useful to always force a heavy calculation onto a SUPER cluster. Or to test performance on different clusters.
Notes
- Over time new GPU Cluster may be added or removed, this can change the cluster index value.
- When a cluster cannot run this specific overlay, for example due to insufficient memory an error will return.
See also