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>
Classes | |
class | MPIContext |
class | ParaGlobal |
Functions | |
TEST_F (ParaGlobal, SplitGrid) | |
TEST_F (ParaGlobal, SplitDiag) | |
TEST_F (ParaGlobal, MyProd) | |
TEST_F (ParaGlobal, InitPools) | |
TEST_F (ParaGlobal, DivideMPIPools) | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
TEST_F | ( | ParaGlobal | , |
DivideMPIPools | |||
) |
TEST_F | ( | ParaGlobal | , |
InitPools | |||
) |
TEST_F | ( | ParaGlobal | , |
MyProd | |||
) |
TEST_F | ( | ParaGlobal | , |
SplitDiag | |||
) |
TEST_F | ( | ParaGlobal | , |
SplitGrid | |||
) |