Reference documentation for deal.II version GIT relicensing-249-g48dc7357c7 2024-03-29 12:30:02+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
JobIdentifier Class Reference

#include <deal.II/base/job_identifier.h>

Public Member Functions

 JobIdentifier ()
 
std::string operator() () const
 

Static Public Member Functions

static const char * program_id ()
 
static std::string base_name (const std::string &filename)
 
static const JobIdentifierget_dealjobid ()
 

Private Attributes

std::string id
 

Detailed Description

Identification of a program run. JobIdentifier determines the start time of a program run and stores it as a program identifier. There exists a library object dealjobid of this class. This object can be accessed by all output functions to provide an id for the current job.

Definition at line 32 of file job_identifier.h.

Constructor & Destructor Documentation

◆ JobIdentifier()

JobIdentifier::JobIdentifier ( )

Constructor. Set program identifier to value of program_id concatenated with the present time.

Definition at line 35 of file job_identifier.cc.

Member Function Documentation

◆ program_id()

static const char * JobIdentifier::program_id ( )
static

This function returns an identifier for the running program. Currently, the library provides a function returning "JobID".

The user may define a replacement of this function in their source code and avoid linking the library version. Unfortunately, this mechanism does not work with shared libraries.

◆ base_name()

std::string JobIdentifier::base_name ( const std::string &  filename)
static

Obtain the base name of the filename passed as argument. That is, if the file is mypath/file.cc return just file. For example, this function can be called from a user program with argument FILE to create an identifier for the program being run.

Definition at line 60 of file job_identifier.cc.

◆ operator()()

std::string JobIdentifier::operator() ( ) const

Return the value of id.

Definition at line 53 of file job_identifier.cc.

◆ get_dealjobid()

const JobIdentifier & JobIdentifier::get_dealjobid ( )
static

Function to identify the presently running program.

Definition at line 27 of file job_identifier.cc.

Member Data Documentation

◆ id

std::string JobIdentifier::id
private

String holding the identifier of the presently running program.

Definition at line 78 of file job_identifier.h.


The documentation for this class was generated from the following files: