Page MenuHomec4science

_run_time_comp.sh
No OneTemporary

File Metadata

Created
Fri, Aug 16, 00:20

_run_time_comp.sh

#!/bin/csh
set runs = `/bin/ls *.in | grep -v cpu`
foreach run ( $runs )
lmp_diff time $run:r.log /tmp/$run:r.log
end

Event Timeline