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
elif args.client_host_memory_in_gb and args.num_client_hosts:
# If host memory per client and num clients is provided, we use these values instead of the calculated memory
per_host_memory_in_bytes = args.client_host_memory_in_gb * 1024 * 1024 * 1024
The command takes --client-host-memory-in-gb as an argument, not --client-host-memory-in-gib. These distinctions are important. The README.md and command help should be updated to make it clear this is in GiB units. Refer to https://physics.nist.gov/cuu/Units/binary.html for more details.