ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
Classes | Functions
parallel_kpoints_test.cpp File Reference
#include "source_base/parallel_global.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include <mpi.h>
#include <vector>
#include "source_cell/parallel_kpoints.h"
Include dependency graph for parallel_kpoints_test.cpp:

Classes

class  MPIContext
 
class  ParaPrepare
 
class  ParaKpoints
 

Functions

 TEST_P (ParaKpoints, GatherkvecTest)
 
 TEST_P (ParaKpoints, DividePools)
 
 INSTANTIATE_TEST_SUITE_P (TESTPK, ParaKpoints, ::testing::Values(ParaPrepare(2, 57), ParaPrepare(3, 67), ParaPrepare(5, 97), ParaPrepare(97, 97)))
 
int main (int argc, char **argv)
 

Function Documentation

◆ INSTANTIATE_TEST_SUITE_P()

INSTANTIATE_TEST_SUITE_P ( TESTPK  ,
ParaKpoints  ,
::testing::Values(ParaPrepare(2, 57), ParaPrepare(3, 67), ParaPrepare(5, 97), ParaPrepare(97, 97))   
)

◆ main()

int main ( int  argc,
char **  argv 
)

◆ TEST_P() [1/2]

TEST_P ( ParaKpoints  ,
DividePools   
)
Here is the call graph for this function:

◆ TEST_P() [2/2]

TEST_P ( ParaKpoints  ,
GatherkvecTest   
)
Here is the call graph for this function: