summaryrefslogtreecommitdiffstats
path: root/src/H5FPserver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FPserver.c')
-rw-r--r--src/H5FPserver.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/H5FPserver.c b/src/H5FPserver.c
index 5fe3df3..2794a2a 100644
--- a/src/H5FPserver.c
+++ b/src/H5FPserver.c
@@ -41,18 +41,6 @@
static int interface_initialize_g = 0;
#define INTERFACE_INIT NULL
-MPI_Datatype SAP_request_t; /* MPI datatype for the SAP_request obj */
-MPI_Datatype SAP_reply_t; /* MPI datatype for the SAP_reply obj */
-MPI_Datatype SAP_sync_t; /* MPI datatype for the SAP_sync obj */
-
-/* SAP specific variables */
-MPI_Comm H5FP_SAP_COMM; /* Comm we use: Supplied by user */
-MPI_Comm H5FP_SAP_BARRIER_COMM; /* Comm if you want to do a barrier */
-
-unsigned H5FP_sap_rank; /* The rank of the SAP: Supplied by user*/
-unsigned H5FP_my_rank; /* Rank of this process in the COMM */
-int H5FP_comm_size; /* Size of the COMM */
-
/* Internal SAP structures */
struct sap_obj_lock {