CAS-eResearch / TAOImport

TAO Data Conversion and Import Tools
GNU General Public License v3.0
2 stars 3 forks source link

Store last commit hash #18

Open manodeep opened 7 years ago

manodeep commented 7 years ago

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.

Related to #17