Maintain the version in version.h which is included by main.cpp.
Announce the version when execution begins.
define VERSION 1.0.0
Extra credit:
Add an -h parameter which does the same thing as starting seticore without parameters does. Reasoning: The scientists are used to using -h with their tools when they forget the command line usage.
Get Matt to put the seticore executable in /usr/local/bin, visible to all 3 compute nodes. It's time for others to kick the tires.
Maintain the version in version.h which is included by main.cpp. Announce the version when execution begins.
define VERSION 1.0.0
Extra credit: