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 (160B)


      1 #!/bin/sh
      2 
      3 LOG=$1
      4 cmd="paste"
      5 
      6 for f in Nprocs "Copy in" "Run" "Copy out" "Clean up"; do
      7 	cmd="$cmd <(grep '$f' $LOG | cut -d\: -f2)"
      8 done
      9 echo "$cmd" | $SHELL