|
ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
#include "source_base/parallel_global.h"#include "mpi.h"#include "gtest/gtest.h"#include "gmock/gmock.h"#include <complex>#include <cstring>#include <string>#include <unistd.h>#include "source_base/global_variable.h"Classes | |
| class | MPIContext |
| class | ParaGlobal |
| class | FakeMPIContext |
| class | ParaGlobalDeathTest |
Functions | |
| TEST_F (ParaGlobal, SplitGrid) | |
| TEST_F (ParaGlobal, SplitDiag) | |
| TEST_F (ParaGlobal, MyProd) | |
| TEST_F (ParaGlobal, DivideMPIPools) | |
| TEST_F (ParaGlobalDeathTest, InitPools) | |
| TEST_F (ParaGlobalDeathTest, DivideMPIPoolsNgEqZero) | |
| TEST_F (ParaGlobalDeathTest, DivideMPIPoolsNgGtProc) | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| TEST_F | ( | ParaGlobal | , |
| DivideMPIPools | |||
| ) |
| TEST_F | ( | ParaGlobal | , |
| MyProd | |||
| ) |
| TEST_F | ( | ParaGlobal | , |
| SplitDiag | |||
| ) |
| TEST_F | ( | ParaGlobal | , |
| SplitGrid | |||
| ) |
| TEST_F | ( | ParaGlobalDeathTest | , |
| DivideMPIPoolsNgEqZero | |||
| ) |
| TEST_F | ( | ParaGlobalDeathTest | , |
| DivideMPIPoolsNgGtProc | |||
| ) |
| TEST_F | ( | ParaGlobalDeathTest | , |
| InitPools | |||
| ) |