We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 473854b commit 4a61510Copy full SHA for 4a61510
src/ert/scheduler/lsf_driver.py
@@ -457,7 +457,7 @@ async def poll(self) -> None:
457
for jobid, exec_hosts in bjobs_exec_hosts.items():
458
if self._jobs[jobid].exec_hosts == "-":
459
logger.info(
460
- f"Realization {self._jobs[jobid].iens} was executed on host: {exec_hosts}"
+ f"Realization {self._jobs[jobid].iens} was assigned to host: {exec_hosts}"
461
)
462
self._jobs[jobid].exec_hosts = exec_hosts
463
0 commit comments