grid-14-virt-clusters

Applications of on-demand virtual clusters to high performance computing
git clone https://git.igankevich.com/grid-14-virt-clusters.git
Log | Files | Refs

convert.sh (161B)


      1 #!/bin/sh
      2 
      3 LOG=$1
      4 cmd="paste"
      5 
      6 for f in nprocs create pre run post destroy; do
      7 	cmd="$cmd <(grep '$f' $LOG | cut -d, -f2)"
      8 done
      9 echo "$cmd" | $SHELL | sort -nk1