48 string test_file = string(
MESH_DIR ) + string(
"/io/fv3x46x72.t.3.nc" );
61 string test_file = string(
MESH_DIR ) + string(
"/io/homme3x3458.t.3.nc" );
74 string test_file = string(
MESH_DIR ) + string(
"/io/fv3x46x72.t.3.nc" );
87 const int NUM_VTX = 100;
88 vector< double > coords( 3 * NUM_VTX );
96 "Failed to create a tag" );
102 "Failed to iterate over tag on " << NUM_VTX <<
" vertices" );
107 int main(
int argc,
char** argv )
111 cout <<
"Usage: " << argv[0] <<
" <test_case_num(1 to 4)>" << endl;
116 MPI_Init( &argc, &argv );
124 int test_case_num = atoi( argv[1] );
125 switch( test_case_num )