Loading raps/run_fed.py +1 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,7 @@ def _build_token(token_cfg) -> AccessToken: def _make_job(index: int, node_choices: list[int]) -> FedJob: return FedJob( job_id=f"F{index + 1:04d}", nodes_required=random.choice(node_choices), wall_time_s=random.choice([1800, 3600, 7200]), name=f"fed-{index}", Loading Loading
raps/run_fed.py +1 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,7 @@ def _build_token(token_cfg) -> AccessToken: def _make_job(index: int, node_choices: list[int]) -> FedJob: return FedJob( job_id=f"F{index + 1:04d}", nodes_required=random.choice(node_choices), wall_time_s=random.choice([1800, 3600, 7200]), name=f"fed-{index}", Loading