Skip to content

Commit

Permalink
Update graphbolt-graph-construction.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jalencato authored Dec 19, 2024
1 parent dae5436 commit e4d1e21
Showing 1 changed file with 2 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ python3 -m graphstorm.gpartition.dist_partition_graph \
--num-parts 2 \
--output-path "$DIST_GRAPHBOLT_PATH" \
--ssh-port 2222 \
--use-graphbolt "true"
--use-graphbolt "true" \
--process-group-timeout 3600

# Ensure GraphBolt files were created by GSPartition
for i in $(seq 0 1); do
Expand All @@ -137,16 +138,4 @@ for i in $(seq 0 1); do
fi
done

echo "********* Test GSPartition with process-group-timeout ********"

DIST_GRAPHBOLT_PATH="${OUTPUT_PATH}/graphbolt-gspartition-nc"
python3 -m graphstorm.gpartition.dist_partition_graph \
--input-path "${INPUT_PATH}" \
--ip-config ip_list.txt \
--metadata-filename chunked_graph_meta.json \
--num-parts 2 \
--output-path "$DIST_GRAPHBOLT_PATH" \
--ssh-port 2222 \
--process-group-timeout 3600

echo "********* GraphBolt graph construction and partitioning tests passed *********"

0 comments on commit e4d1e21

Please sign in to comment.