This function identifies the simulation session with a name specified as a const char*
string argument. It also opens the global run and error log files.
SPARK::Start( "My session", // session name "run.log", // name of run log file "error.log", // name of error log file "debug.log" // name of the debug log file (used only if SPARK_DEBUG is defined) );