aboutsummaryrefslogtreecommitdiff
path: root/src/include/pGV.h
diff options
context:
space:
mode:
authortradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-09-15 10:00:12 +0000
committertradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-09-15 10:00:12 +0000
commit7c0d34691d7cb0b347ee7128908d5c9e5d22c10a (patch)
tree979399476359ecfeca1ae20ffc1d64623124cdae /src/include/pGV.h
parente1b27e4e28dd4a3a01f9b2c283fa443f7a8975f7 (diff)
Added an array of stati to comm structure for outstanding send requests.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@266 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/include/pGV.h')
-rw-r--r--src/include/pGV.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/pGV.h b/src/include/pGV.h
index e184874..be9b8da 100644
--- a/src/include/pGV.h
+++ b/src/include/pGV.h
@@ -87,7 +87,7 @@ typedef struct PComm
#ifdef CCTK_MPI
MPI_Request *sreq, *rreq; /* Comm requests and statuses. */
- MPI_Status ms;
+ MPI_Status *sstatus;
MPI_Datatype mpi_type; /* MPI datatype to use for communication */
#endif