Skip to content

Commit

Permalink
fuxed naming
Browse files Browse the repository at this point in the history
  • Loading branch information
hariharan-devarajan committed Oct 4, 2024
1 parent 05d6a01 commit c623387
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/dftracer_split
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ date_echo() {

LOG_DIR=$PWD
override=0
chunk_size=1000 # 1GB default
chunk_size=1024 # 1GB default
dest=$PWD/split
verbose=0
app_name="app"
Expand Down Expand Up @@ -225,7 +225,7 @@ for line in $PY_OUT; do
if [ "$verbose" == "1" ]; then
date_echo "Processing chunk $i with size $size MB"
fi
chunk_file=$dest/${app_name}_$i.pfw
chunk_file=$dest/${app_name}-$i.pfw
if [ -f $chunk_file ] && [ "$override" == "0" ]; then
date_echo "Chunk $i already exists. Skipping."
continue
Expand Down

0 comments on commit c623387

Please sign in to comment.