Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GPartition] Rename the input argument for dispatch (#931)
*Issue #, if available:* *Description of changes:* We now reverse the meaning of the original ``--do-dispatch`` input argument. Successfully test with ``` python3 -m graphstorm.gpartition.dist_partition_graph \ --input-path ./test-gsprocessing/ \ --metadata-filename updated_row_counts_metadata.json \ --output-path ./gspartition-example/ \ --num-parts 1 \ --dgl-tool-path ./dgl/tools \ --partition-algorithm random \ --ip-config ip_list.txt \ --ssh-port 2222 \ --partition-assignment-only ``` By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. --------- Co-authored-by: xiang song(charlie.song) <[email protected]>
- Loading branch information