Bridge++
Version 1.5.4
|
#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 } |
Definition in file bridgeIO.h.
#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.