
00001 /* -*- Mode: C; c-basic-offset:4 ; -*- */ 00002 /* 00003 * Copyright (C) 1997, Silicon Graphics, Inc. 00004 * All Rights Reserved 00005 */ 00006 00007 #if (!defined(HAVE_MPI_COMBINERS) && !defined(MPI_COMBINER_NAMED)) 00008 00009 #define MPI_COMBINER_NAMED (-1) 00010 #define MPI_COMBINER_CONTIGUOUS 0 00011 #define MPI_COMBINER_VECTOR 1 00012 #define MPI_COMBINER_HVECTOR 2 00013 #define MPI_COMBINER_INDEXED 3 00014 #define MPI_COMBINER_HINDEXED 4 00015 #define MPI_COMBINER_STRUCT 5 00016 00017 #endif
1.5.5