You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I polluted up #375 with too many comments, so I'll let that be the issue for the siteupdate program itself, and this one can be for other things to get ready.
RUNNING.md too.
Among other things, this specifically:
To run it, you will enter the following at your $ prompt:
cd ~/DataProcessing/siteupdate/cplusplus
git pull
sh datacheck.sh
The git pull makes sure you have the latest version of the site update program from the DataProcessing repository, and sh datacheck.sh does the real work.
Thoughts on moving the git pull step into datacheck.sh itself, so we don't have to do that step manually?
I polluted up #375 with too many comments, so I'll let that be the issue for the siteupdate program itself, and this one can be for other things to get ready.
@michihdeu mentioned SETUP.mdhere.
RUNNING.md too.
Among other things, this specifically:
Thoughts on moving the
git pullstep into datacheck.sh itself, so we don't have to do that step manually?C++ flavored datacheck.sh already builds the latest binary.
Switch to multi-threaded
siteupdateinstead ofsiteupdateST?How many threads do we want to limit
siteupdateto for datacheck.sh?Anything else I'm missing?