Skip to content

Commit

Permalink
refine input
Browse files Browse the repository at this point in the history
  • Loading branch information
jiang548 committed May 4, 2022
1 parent 5371972 commit 7544ba6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion script/network/bts1gensub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ else
echo -e "Submitting $(wc -l < job1_command) jobs ... \n"
fi

time sh qsub1.sh | tee submit1_log
time sh qsub1.sh | tee submit1_log | grep "#"

echo -e "Checking the number of files\n"

Expand Down
2 changes: 1 addition & 1 deletion script/network/bts2gensub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ else
echo -e "Submitting $(wc -l < job2_command) jobs ... \n"
fi

time sh qsub2.sh | tee submit2_log
time sh qsub2.sh | tee submit2_log | grep "#"

echo -e "Checking the number of files\n"

Expand Down

0 comments on commit 7544ba6

Please sign in to comment.