If git is available and the package is being installed from the repo, then the latest hash should be propagated into the taoconvert script. The required changes will have to be in setup.py.
This hash could also be embedded into a separate file containing info about the conversion job. Currently, the parallel runs (in the feature/mpi branch) embed the command-line info within the master hdf5 file.
If
git
is available and the package is being installed from the repo, then the latest hash should be propagated into thetaoconvert
script. The required changes will have to be insetup.py
.This hash could also be embedded into a separate file containing info about the conversion job. Currently, the parallel runs (in the
feature/mpi
branch) embed the command-line info within themaster
hdf5 file.Related to #17