3#include "gtest/gtest.h"
9class PWTEST:
public testing::Test
16 cout<<
"\033[32m"<<
"============================"<<
"\033[0m"<<endl;
17 cout<<
"\033[32m"<<
"= PW GPU MODULE TEST START ="<<
"\033[0m"<<endl;
18 cout<<
"\033[32m"<<
"============================"<<
"\033[0m"<<endl;
25 cout<<
"\033[32m"<<
"============================"<<
"\033[0m"<<endl;
26 cout<<
"\033[32m"<<
"= PW GPU MODULE TEST END ="<<
"\033[0m"<<endl;
27 cout<<
"\033[32m"<<
"============================"<<
"\033[0m"<<endl;
32 cout<<
"\033[32m"<<
"[ CASE ]"<<
"\033[0m"<<
" ";
void TearDown()
Definition pw_test.h:34
void SetUp()
Definition pw_test.h:30
static void SetUpTestCase()
Definition pw_test.h:12
static void TearDownTestCase()
Definition pw_test.h:21
int rank_in_pool
Definition pw_test.h:6
string precision_flag
Definition pw_test.cpp:13
string device_flag
Definition pw_test.h:7
int nproc_in_pool
Definition pw_test.cpp:12