You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**cpucount**| Positive Integer | Number of cores that a job using this type of pilot can get. Default `1`; ignored if **whole\_node** is `True`|
438
-
|**ram\_mb**| Positive Integer | Maximum amount of memory (in MB) that a job using this type of pilot can get. Default `2500`; ignored if **whole\_node** is `True`|
439
-
|**whole\_node**|`True`, `False`| Whether this type of pilot can use all the resources on a node. Default `False`; **cpucount** and **ram\_mb** are ignored if this is `True`|
440
-
|**gpucount**| Non-negative Integer | The number of GPUs to request. Default `0`|
441
-
|**max\_wall\_time**| Positive Integer | Maximum wall-clock time, in minutes, that a job is allowed to run on this resource. Default `1440`, i.e. 24 hours |
442
-
|**queue**| String | The queue or partition which jobs should be submitted to in order to run on this resource (see note). Not set by default |
443
-
|**send\_tests**|`True`, `False`| Send test pilots. Default `False`; set it to `True` for testing job routes or pilot types |
|**cpucount**| Positive Integer | Number of cores that a job using this type of pilot can get. Default `1`; ignored if **whole\_node** is `True`|
438
+
|**ram\_mb**| Positive Integer | Maximum amount of memory (in MB) that a job using this type of pilot can get. Default `2500`; ignored if **whole\_node** is `True`|
439
+
|**whole\_node**|`True`, `False`| Whether this type of pilot can use all the resources on a node. Default `False`; **cpucount** and **ram\_mb** are ignored if this is `True`; **estimated\_cpucount** is ignored if this is `False`|
440
+
|**estimated\_cpucount**| Positive Integer | The number of CPUs we expect on average when requesting a whole node. Ignored if **whole\_node** is `False`|
441
+
|**gpucount**| Non-negative Integer | The number of GPUs to request. Default `0`|
442
+
|**max\_wall\_time**| Positive Integer | Maximum wall-clock time, in minutes, that a job is allowed to run on this resource. Default `1440`, i.e. 24 hours |
443
+
|**queue**| String | The queue or partition which jobs should be submitted to in order to run on this resource (see note). Not set by default |
444
+
|**send\_tests**|`True`, `False`| Send test pilots. Default `False`; set it to `True` for testing job routes or pilot types |
444
445
445
446
**Note:****queue** is equivalent to the HTCondor grid universe classad attribute **remote\_queue**.
0 commit comments