summaryrefslogtreecommitdiffstats
path: root/tools/lib/ph5diff.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2013-11-30 18:05:10 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2013-11-30 18:05:10 (GMT)
commitacf41d83005e457f920b7560db37bc23a7a92c65 (patch)
tree3b303320664dcc595a3072f595a8cff82ec4ab7e /tools/lib/ph5diff.h
parent92d40e82f16f5f0411e7320f524ac17eb2d13db5 (diff)
downloadhdf5-acf41d83005e457f920b7560db37bc23a7a92c65.zip
hdf5-acf41d83005e457f920b7560db37bc23a7a92c65.tar.gz
hdf5-acf41d83005e457f920b7560db37bc23a7a92c65.tar.bz2
[svn-r24479] Description:
Fix ph5diff worker command handling so it can correctly respond to situations where there's no work to perform. Also, a few minor code cleanups. Tested on: Mac OSX/64 10.9.0 (amazon) w/parallel
Diffstat (limited to 'tools/lib/ph5diff.h')
-rw-r--r--tools/lib/ph5diff.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/tools/lib/ph5diff.h b/tools/lib/ph5diff.h
index becbd6c..2a75228 100644
--- a/tools/lib/ph5diff.h
+++ b/tools/lib/ph5diff.h
@@ -17,18 +17,18 @@
#define _PH5DIFF_H__
/* Send from manager to workers */
-#define MPI_TAG_ARGS 1
-#define MPI_TAG_PRINT_TOK 2
+#define MPI_TAG_ARGS 1
+#define MPI_TAG_PRINT_TOK 2
/*Sent from workers to manager */
-#define MPI_TAG_TOK_REQUEST 3
-#define MPI_TAG_DONE 4
-#define MPI_TAG_TOK_RETURN 5
-#define MPI_TAG_PRINT_DATA 6
+#define MPI_TAG_TOK_REQUEST 3
+#define MPI_TAG_DONE 4
+#define MPI_TAG_TOK_RETURN 5
+#define MPI_TAG_PRINT_DATA 6
/* Operational tags used to init and complete diff */
-#define MPI_TAG_END 7
-#define MPI_TAG_PARALLEL 8
+#define MPI_TAG_END 7
+#define MPI_TAG_PARALLEL 8
struct diff_mpi_args
{