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
I think there is some problem with the line: PROCESS_NUM=expr $WORKER_NUM + 1
Maybe it should be PROCESS_NUM=expr $CLIENT_NUM + 1 since WORKER_NUM stands for clients per round and CLIENT_NUM stands for clients in total.
The text was updated successfully, but these errors were encountered:
I think there is some problem with the line: PROCESS_NUM=
expr $WORKER_NUM + 1
Maybe it should be PROCESS_NUM=
expr $CLIENT_NUM + 1
since WORKER_NUM stands for clients per round and CLIENT_NUM stands for clients in total.The text was updated successfully, but these errors were encountered: