From 3ca1cf649b99d8ac08498d5b43979dcea085fbeb Mon Sep 17 00:00:00 2001 From: James E McClure Date: Thu, 4 Jun 2015 07:44:38 -0400 Subject: [PATCH] debugging SSO --- tests/TestSegDist.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/TestSegDist.cpp b/tests/TestSegDist.cpp index f1e55ddd..cf002d15 100644 --- a/tests/TestSegDist.cpp +++ b/tests/TestSegDist.cpp @@ -44,6 +44,7 @@ int main(int argc, char **argv) // Get the rank info Domain Dm(nx,ny,nz,rank,nprocx,nprocy,nprocz,Lx,Ly,Lz,BC); + Dm.CommInit(MPI_COMM_WORLD); nx+=2; ny+=2; nz+=2; int count = 0;