-
Notifications
You must be signed in to change notification settings - Fork 10
Conversation
d7c958e
to
2ac2f18
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #101 +/- ##
===========================================
- Coverage 89.79% 69.43% -20.37%
===========================================
Files 86 86
Lines 5049 5074 +25
===========================================
- Hits 4534 3523 -1011
- Misses 515 1551 +1036
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
9f59ff3
to
695737a
Compare
f686d05
to
55d89b0
Compare
qsub_cmd: Optional[str] = Field(default="qsub") | ||
qstat_cmd: Optional[str] = Field(default="qstat") | ||
qdel_cmd: Optional[str] = Field(default="qdel") | ||
qstat_options: Optional[str] = Field(default="-x") | ||
cluster_label: Optional[str] = Field(default=None) | ||
num_nodes: Optional[int] = Field(default=1) | ||
memory_per_job: Optional[str] = Field(default=None) | ||
keep_qsub_output: Optional[int] = Field(default=0) | ||
submit_sleep: Optional[float] = Field(default=0.5) | ||
queue_query_timeout: Optional[int] = Field(default=126) | ||
project_code: Optional[str] = Field(default=None) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be nice to add a small description for these fields.
fdb1438
to
ff6da3a
Compare
Did paste in some of the docs from ERT. Currently testing out on AZ / torque and it doesn't seem to work at the moment, will need some more time debugging it |
ff6da3a
to
525d624
Compare
Continued @ equinor/ert#8854 |
Add TORQUE option to Everest
Closes #99