Skip to content

Commit

Permalink
Make IP config argument for distpart consistent with the rest of GSF
Browse files Browse the repository at this point in the history
  • Loading branch information
thvasilo committed Jun 11, 2024
1 parent 71838ba commit c240ec0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/graphstorm/gpartition/dist_partition_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ def parse_args() -> argparse.Namespace:
help="The path to dgl/tools")
argparser.add_argument("--partition-algorithm", type=str, default="random",
choices=["random", "parmetis"], help="Partition algorithm to use.")
argparser.add_argument("--ip-list", type=str,
help="A file storing the ip list of instances of the partition cluster.")
argparser.add_argument("--ip-config", type=str,
help="A file storing a list of IPs, one line for each instance of the partition cluster.")
argparser.add_argument("--do-dispatch", action='store_true')
argparser.add_argument("--logging-level", type=str, default="info",
help="The logging level. The possible values: debug, info, warning, \
Expand Down

0 comments on commit c240ec0

Please sign in to comment.