Bridge++  Ver. 2.0.2
bridgeIO.h File Reference
#include <iostream>
#include <fstream>
#include <string>
#include <stack>
#include <cstdarg>
#include "Communicator/communicator.h"

Go to the source code of this file.

Classes

class  Bridge::BridgeIO
 

Namespaces

 Bridge
 

Macros

#define ENABLE_ILDG_TAG
 BridgeIO for output under parallel environment with verbose level control. More...
 

Enumerations

enum  Bridge::VerboseLevel { Bridge::CRUCIAL, Bridge::GENERAL, Bridge::DETAILED, Bridge::PARANOIAC }
 

Detailed Description

Author
Satoru Ueda (maintained by I.Kanamori)
LastChangedBy
matufuru
Date
$LastChangedDate:: 2023-02-28 16:09:41 #$
Version
LastChangedRevision
2492

Definition in file bridgeIO.h.

Macro Definition Documentation

◆ ENABLE_ILDG_TAG

#define ENABLE_ILDG_TAG

BridgeIO for output under parallel environment with verbose level control.

BridgeIO provides output under parallel environment with verbose level control. There are 4 verbose levels as follows from strong to weak:

CRUCIAL, GENERAL, DETAILED, PARANOIAC

Multi-threaded. [3 Mar 2015 Y.Namekawa]

Definition at line 38 of file bridgeIO.h.