diff --git a/script/network/bts1gensub.sh b/script/network/bts1gensub.sh index 8817604..f9b76d5 100755 --- a/script/network/bts1gensub.sh +++ b/script/network/bts1gensub.sh @@ -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" diff --git a/script/network/bts2gensub.sh b/script/network/bts2gensub.sh index 5fbaa57..70a67b1 100755 --- a/script/network/bts2gensub.sh +++ b/script/network/bts2gensub.sh @@ -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"