ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
Variables | |
int | NPROC = 1 |
global number of process | |
int | KPAR = 1 |
global number of pools | |
int | MY_RANK = 0 |
global index of process | |
int | MY_POOL = 0 |
global index of pool (count in pool) | |
int | MY_BNDGROUP = 0 |
int | NPROC_IN_POOL = 1 |
local number of process in a pool | |
int | NPROC_IN_BNDGROUP = 1 |
int | RANK_IN_POOL = 0 |
global index of pool (count in process), my_rank in each pool | |
int | RANK_IN_BPGROUP = 0 |
int | DRANK = -1 |
int | DSIZE = KPAR |
int | DCOLOR = -1 |
int | GRANK = MY_RANK |
int | GSIZE = DSIZE |
std::ofstream | ofs_running |
std::ofstream | ofs_warning |
std::ofstream | ofs_info |
std::ofstream | ofs_device |
std::string | BASIS_TYPE = "" |
bool | CAL_STRESS = 0 |
int | CAL_FORCE = 0 |
int | NSPIN = 1 |
int | NPOL |
bool | DOMAG |
bool | DOMAG_Z |
std::string GlobalV::BASIS_TYPE = "" |
int GlobalV::CAL_FORCE = 0 |
bool GlobalV::CAL_STRESS = 0 |
int GlobalV::DCOLOR = -1 |
bool GlobalV::DOMAG |
bool GlobalV::DOMAG_Z |
int GlobalV::DRANK = -1 |
mohan add 2012-01-13, must be -1, so we can recognize who didn't in DIAG_WORLD
int GlobalV::DSIZE = KPAR |
int GlobalV::GRANK = MY_RANK |
int GlobalV::GSIZE = DSIZE |
int GlobalV::KPAR = 1 |
global number of pools
int GlobalV::MY_BNDGROUP = 0 |
int GlobalV::MY_POOL = 0 |
global index of pool (count in pool)
int GlobalV::MY_RANK = 0 |
global index of process
int GlobalV::NPOL |
int GlobalV::NPROC = 1 |
global number of process
int GlobalV::NPROC_IN_BNDGROUP = 1 |
int GlobalV::NPROC_IN_POOL = 1 |
local number of process in a pool
int GlobalV::NSPIN = 1 |
std::ofstream GlobalV::ofs_device |
std::ofstream GlobalV::ofs_info |
std::ofstream GlobalV::ofs_running |
std::ofstream GlobalV::ofs_warning |
int GlobalV::RANK_IN_BPGROUP = 0 |
int GlobalV::RANK_IN_POOL = 0 |
global index of pool (count in process), my_rank in each pool