diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2013-11-30 18:10:36 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2013-11-30 18:10:36 (GMT) |
commit | 2d79ba29ed420980883adc67436c9b2bfb9c3331 (patch) | |
tree | 9db1d87fe4f5f0914017ecbf965d0de1e35cb171 /tools/lib/ph5diff.h | |
parent | 0a506a625b6ce09bf8b87944384e3617f8df5fa7 (diff) | |
download | hdf5-2d79ba29ed420980883adc67436c9b2bfb9c3331.zip hdf5-2d79ba29ed420980883adc67436c9b2bfb9c3331.tar.gz hdf5-2d79ba29ed420980883adc67436c9b2bfb9c3331.tar.bz2 |
[svn-r24480] Description:
Bring r24479 from 1.8 branch to trunk:
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
(too minor to require h5committest)
Diffstat (limited to 'tools/lib/ph5diff.h')
-rw-r--r-- | tools/lib/ph5diff.h | 16 |
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 { |