Closed Robadob closed 1 year ago
Unfortuantley this has conflicts now with something else that has been merged.
Will rebase
I'm not sure that reporting telemetry per simulation in an ensemble is useful, other than making numbers bigger?.
That's an argument to be had with @mondus
Could rework this further and remove is_ensemble
from CUDAConfig, and check based on ensemble_run_id
instead. Possible also of value to create an enum/const for UINT_MAX
, bit easier for Python users to check against.
Merging as desired by @mondus. Independently telemetry payloads for ensmble runs now include the ensemble size and concurrent batch size (#1098)
when an submodel or ensemble run.
config.is_ensemble
is set by both ensemble and submodel runs. Closes #1079