-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use ert queue options #9486
base: main
Are you sure you want to change the base?
Use ert queue options #9486
Conversation
40d3659
to
44b1e73
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9486 +/- ##
==========================================
- Coverage 91.86% 91.85% -0.01%
==========================================
Files 433 431 -2
Lines 26762 26695 -67
==========================================
- Hits 24584 24521 -63
+ Misses 2178 2174 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
bc1e0d6
to
caa83a1
Compare
f5b5619
to
8570b6d
Compare
8570b6d
to
865dee5
Compare
CodSpeed Performance ReportMerging #9486 will not alter performanceComparing Summary
|
Currently the queue options have to be kept manually in sync between the server and the simulator, while we also just have one long list of options, where we mix slurm, lsf and pbs related keywords. This bundles these together to simplify the configuration and the backend by just using the QueueOptions directly.
Resolves: #9611, resolves: #9613
git rebase -i main --exec 'pytest tests/ert/unit_tests -n logical -m "not integration_test"'
)When applicable