ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
#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"
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) |
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 | ||
) |
TEST_P | ( | ParaKpoints | , |
DividePools | |||
) |
TEST_P | ( | ParaKpoints | , |
GatherkvecTest | |||
) |