diff --git a/wGRR b/wGRR index 622d08e674a57bca590704cba83c4934e48f75fb..185e8aa936aaf4024877f6aad4d779e55a499c4d 100755 --- a/wGRR +++ b/wGRR @@ -322,6 +322,8 @@ if [[ ! -f $OUT.m8 ]] ; then fi duration=$SECONDS +printf "%-10s -- %s\n" "[ELAPSED]" $(textifyDuration $duration) | tee -a ${OUT}.wgrr.log + if [[ $BATCHFLAG == 0 ]] ; then if [[ $NJOBS -le 1 ]] ; then NJOBS=1