Julius Parulek

Results 57 issues of Julius Parulek

Make use of the provided OpenPBS C library to suplement the current calls of qstat and see how the main server reacts, ie. check authentifications and communication between the ert...

The synchronization event (`start = asyncio.Event()`) made for the purpose of executing job-group start, which gets fed into `job.__call__` does not seems to be that necessary in the end as...

release-notes:skip
scheduler

**Issue** Rebasing in progress for https://github.com/equinor/ert/pull/6994 **Approach** (Screenshot of new behavior in GUI if applicable) - [ ] PR title captures the intent of the changes, and is fitting for...

Apparently these test fail sometimes: ``` FAILED integration_tests/scheduler/test_generic_driver.py::test_submit_something_that_fails[LsfDriver] - assert 0 == 42 FAILED integration_tests/scheduler/test_generic_driver.py::test_kill[LsfDriver] - assert 0 in [143, 130, 265, 271] ``` https://github.com/equinor/komodo-releases/actions/runs/8977624985/job/24657387630

bug
flaky-test

Based on this 8c16ed9f6455692f9a5e4db2a20b80aa1038ecf1 it should be possible to get the events from the ensemble evaluator directly via the queue instead websockets.

blocked
improvement

**Issue** Resolves https://github.com/equinor/ert/issues/7759 **Approach** _Short description of the approach_ (Screenshot of new behavior in GUI if applicable) - [ ] PR title captures the intent of the changes, and is...

scheduler

Currently even-though `MAX_SUBMIT` is set 1 we log failure with `failed after reaching max submit`. We should provide more detailed explanation in `job.handle_failure`. Also `job._callback_status_msg` might be empty, which produces...

release-notes:skip
scheduler

When a realization is killed due to out-of-memory, this stays unrecognized and we should provide a proper treatment when OOM appears.

scheduler

We should propagated specifying the MEMORY requirement to the main ERT config level and thus having this option as a new config key.

needs-discussion
scheduler