Skip to content
Snippets Groups Projects
Commit ee910f28 authored by Christian Engwer's avatar Christian Engwer
Browse files

improved tests for yaspgrid to be able to test the parallel case

[[Imported from SVN: r1796]]
parent 2231d8dc
Branches
Tags
No related merge requests found
......@@ -10,6 +10,8 @@
#include "gridcheck.cc"
int rank;
template <int dim>
void check_yasp() {
typedef Dune::FieldVector<int,dim> iTupel;
......@@ -37,8 +39,7 @@ int main (int argc , char **argv) {
MPI_Init(&argc,&argv);
// get own rank
/* int rank;
MPI_Comm_rank(MPI_COMM_WORLD,&rank); */
MPI_Comm_rank(MPI_COMM_WORLD,&rank);
check_yasp<2>();
check_yasp<3>();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment