Skip to content

Commit c9f5ee8

Browse files
committed
Update README.md with estimated_cpucount (SOFTWARE-6197)
1 parent 18c2cc0 commit c9f5ee8

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -432,15 +432,16 @@ Valid values for the **os** option are: `rhel6`, `rhel7`, `rhel8`, or `ubuntu18`
432432

433433
The following attributes are optional:
434434

435-
| Option | Values Accepted | Explanation |
436-
|---------------------|----------------------|------------------------------------------------------------------------------------------------------------------------------------------|
437-
| **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 |
435+
| Option | Values Accepted | Explanation |
436+
|---------------------|----------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
437+
| **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 |
444445

445446
**Note:** **queue** is equivalent to the HTCondor grid universe classad attribute **remote\_queue**.
446447

0 commit comments

Comments
 (0)