GLAC  1.0
Public Member Functions | Static Public Member Functions
SysPrint Class Reference

Class for printing run information. More...

#include <sysprint.h>

Public Member Functions

 SysPrint ()
 

Static Public Member Functions

static void printSystemInfo ()
 SysPrint::printSystemInfo prints out parametesr from Parallel:Communicator and Parameters. More...
 
static void printLine ()
 SysPrint::printLine prints a simple line for seperating outputs. More...
 

Detailed Description

Class for printing run information.

Holds all of the parameters passed on from the json file. Stores parameters as static, thus being accessible from everywhere.

Todo:
Make this class into a class that prints instead of having to do if rank=0 ect. Maybe move to IO as well.
Author
Mathias M. Vege
Version
1.0
Date
2017-2019

Constructor & Destructor Documentation

◆ SysPrint()

SysPrint::SysPrint ( )

Member Function Documentation

◆ printLine()

void SysPrint::printLine ( )
static

SysPrint::printLine prints a simple line for seperating outputs.

Here is the caller graph for this function:

◆ printSystemInfo()

void SysPrint::printSystemInfo ( )
static

SysPrint::printSystemInfo prints out parametesr from Parallel:Communicator and Parameters.

Here is the call graph for this function:
Here is the caller graph for this function:

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