You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
will underestimate the cpu_seconds if the main process for the forward model step launches subprocesses that end earlier than the main process, as the process tree for a process that has ended does not exist in the kernel any longer.
The text was updated successfully, but these errors were encountered:
berland
changed the title
Logging of cpu-seconds will miss subprocesses that exits before the main process
Logging of cpu-seconds will miss subprocesses that exit before the main process
Feb 3, 2025
The polling nature of cpu-seconds counting in
ert/src/_ert/forward_model_runner/forward_model_step.py
Line 206 in 7c27a9c
will underestimate the cpu_seconds if the main process for the forward model step launches subprocesses that end earlier than the main process, as the process tree for a process that has ended does not exist in the kernel any longer.
The text was updated successfully, but these errors were encountered: