24 string test_file = string(
MESH_DIR ) + string(
"/io/fv3x46x72.t.3.nc" );
37 string test_file = string(
MESH_DIR ) + string(
"/io/homme3x3458.t.3.nc" );
50 string test_file = string(
MESH_DIR ) + string(
"/io/fv3x46x72.t.3.nc" );
63 const int NUM_VTX = 100;
64 vector< double > coords( 3 * NUM_VTX );
80 int main(
int argc,
char** argv )
84 cout <<
"Usage: " << argv[0] <<
" <test_case_num(1 to 4)>" << endl;
89 MPI_Init( &argc, &argv );
97 int test_case_num = atoi( argv[1] );
98 switch( test_case_num )