#ifndef __XIOS_MPI_TAG_HPP__ #define __XIOS_MPI_TAG_HPP__ /* Tag for mpi communication to send and receive index in distributed hashed table version 2*/ #define MPI_DHT_INDEX 15 /* Tag for mpi communication to send and receive info in distributed hashed table version 2*/ #define MPI_DHT_INFO 12 /* Tag for mpi communication to send and receive index in distributed hashed table version 1*/ #define MPI_DHT_INDEX_0 25 /* Tag for mpi communication to send and receive info in distributed hashed table version 1*/ #define MPI_DHT_INFO_0 22 #endif