ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
#include "global_variable.h"
#include <fstream>
#include <iomanip>
#include <iostream>
#include <sstream>
#include <string>
#include <vector>
Namespaces | |
namespace | GlobalV |
Variables | |
int | GlobalV::NPROC = 1 |
global number of process | |
int | GlobalV::KPAR = 1 |
global number of pools | |
int | GlobalV::MY_RANK = 0 |
global index of process | |
int | GlobalV::MY_POOL = 0 |
global index of pool (count in pool) | |
int | GlobalV::MY_BNDGROUP = 0 |
int | GlobalV::NPROC_IN_POOL = 1 |
local number of process in a pool | |
int | GlobalV::NPROC_IN_BNDGROUP = 1 |
int | GlobalV::RANK_IN_POOL = 0 |
global index of pool (count in process), my_rank in each pool | |
int | GlobalV::RANK_IN_BPGROUP = 0 |
int | GlobalV::DRANK = -1 |
int | GlobalV::DSIZE = KPAR |
int | GlobalV::DCOLOR = -1 |
int | GlobalV::GRANK = MY_RANK |
int | GlobalV::GSIZE = DSIZE |
std::ofstream | GlobalV::ofs_running |
std::ofstream | GlobalV::ofs_warning |
std::ofstream | GlobalV::ofs_info |
std::ofstream | GlobalV::ofs_device |