One minor change to run_spine.sh to force use of --log_dir. If you're software lives in a directory that is read only for the grid nodes, writing in-place logs (the default) doesn't work.
Other changes are all validation related:
Add a new plot to edep script for number of vertices per spill.
Make timing analysis script use os.walk so can deal with subdirectories of TIME files.
New script (and accompanying example bash script) to produce a horizontal bar chart showing file footprints for a production.
One minor change to
run_spine.sh
to force use of--log_dir
. If you're software lives in a directory that is read only for the grid nodes, writing in-place logs (the default) doesn't work.Other changes are all validation related:
edep
script for number of vertices per spill.os.walk
so can deal with subdirectories ofTIME
files.