Grace

This command plots the free energy of a running job. It's useful for looking for convergence.

$qcat 5727|grep E0|awk '{print $5}'|xmgrace -pipe

where 5727 is the job number. You must ssh into the cluster with the "-X" tag, i.e.

$ssh dumbface@victoria.northwestern.edu -X