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 |
480
-
|**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 |
481
-
|**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 |
482
-
|**gpucount**| Non-negative Integer | The number of GPUs to request. Default 0 |
483
-
|**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 |
484
-
|**queue**| String | The queue or partition which jobs should be submitted to in order to run on this resource. Equivalent to the HTCondor grid universe classad attribute "remote_queue". Not set by default |
485
-
|**send\_tests**|`True`, `False`| Send test pilots. Default False; turn it on for testing job routes or pilot types |
486
-
|**os**| Choice (see below) | The OS on the workers the pilot should request. Not set by default. Required if **require\_singularity** is False |
487
-
|**require\_singularity**|`True`, `False`| True if the pilot should require Singularity support on any worker it lands on. Default False; **os** must be specified is if this is False |
|**allowed\_vos**| Comma-separated List or `*`| The VOs that are allowed to run jobs on this resource (autodetected if `*`) |
474
+
|**max\_pilots**| Positive Integer | The maximum number of pilots of this type that the factory can send to this CE |
475
+
|**os**| Choice (see below) | The OS on the workers the pilot should request. Not set by default. Only required if **require\_singularity** is `False`|
476
+
|**require\_singularity**|`True`, `False`|`True` if the pilot should require Singularity support on any worker it lands on. Default `False`; **os** is optional if this is `True`|
488
477
489
478
Valid values for the **os** option are: `rhel6`, `rhel7`, `rhel8`, or `ubuntu18`.
|**cpucount**| Positive Integer | Number of cores that a job using this type of pilot can get. Default `1`; ignored if **whole\_node** is `True`|
484
+
|**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`|
485
+
|**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`|
486
+
|**gpucount**| Non-negative Integer | The number of GPUs to request. Default `0`|
487
+
|**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 |
488
+
|**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 |
489
+
|**send\_tests**|`True`, `False`| Send test pilots. Default `False`; set it to `True` for testing job routes or pilot types |
490
+
491
+
**Note:****queue** is equivalent to the HTCondor grid universe classad attribute **remote\_queue**.
0 commit comments