Skip to content

Commit

Permalink
Use 10 supernodes for simulation engine
Browse files Browse the repository at this point in the history
  • Loading branch information
chongshenng committed Nov 22, 2024
1 parent 6a00df2 commit 57ac37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/test_exec_api.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ else
fi

if [ "$3" = "simulation-engine" ]; then
echo -e $"options.num-supernodes = 2" >> pyproject.toml
echo -e $"options.num-supernodes = 10" >> pyproject.toml
fi

# Combine the arguments into a single command for flower-superlink
Expand Down

0 comments on commit 57ac37e

Please sign in to comment.