JobIdentifier::JobIdentifier()
{
time_t t = std::time(0);
- id = std::string(program_id());
+ id = std::string("JobId ");
-//TODO:[GK] try to avoid this hack
-// It should be possible not to check DEBUG, but there is this
-// tedious -ansi, which causes problems with linux headers
-
#if defined(HAVE_GETHOSTNAME) && !defined(DEAL_II_BROKEN_GETHOSTNAME) && !defined(DEBUG)
char name[100];
gethostname(name,99);
+++ /dev/null
-//---------------------------- programid.cc ---------------------------
-// $Id$
-// Version: $Name$
-//
-// Copyright (C) 1998, 1999, 2000, 2001, 2002 by the deal authors
-//
-// This file is subject to QPL and may not be distributed
-// without copyright and license information. Please refer
-// to the file deal.II/doc/license.html for the text and
-// further information on this license.
-//
-//---------------------------- programid.cc ---------------------------
-
-
-#include <base/job_identifier.h>
-
-const char*
-JobIdentifier::program_id()
-{
- return "JobId ";
-}
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams