ESyS-Particle  4.0.1
mpi_tag_defs.h
00001 
00002 //                                                         //
00003 // Copyright (c) 2003-2011 by The University of Queensland //
00004 // Earth Systems Science Computational Centre (ESSCC)      //
00005 // http://www.uq.edu.au/esscc                              //
00006 //                                                         //
00007 // Primary Business: Brisbane, Queensland, Australia       //
00008 // Licensed under the Open Software License version 3.0    //
00009 // http://www.opensource.org/licenses/osl-3.0.php          //
00010 //                                                         //
00012 
00013 #ifndef __MPI_TAG_DEFS_H
00014 #define __MPI_TAG_DEFS_H
00015 
00016 const int SUBLATTICE_INIT_TAG=1; 
00017 const int SUBLATTICE_PARTICLE_TAG=2; 
00018 const int SUBLATTICE_NSP_TAG=3;
00019 const int SUBLATTICE_SHARED_PARTICLE_TAG=4;
00020 const int SUBLATTICE_NBI_TAG=5;
00021 const int SUBLATTICE_BOND_TAG=6;
00022 const int SUBLATTICE_DT_TAG=7;
00023 const int SUBLATTICE_XCHG_TAG=8;
00024 const int SUBLATTICE_NBP_TAG=9;
00025 const int SUBLATTICE_BOUNDARY_PARTICLE_TAG=10;
00026 const int SUBLATTICE_SPACE_TAG=11; 
00027 const int SUBLATTICE_LPARAM_TAG=12;
00028 
00029 const int NEIGHBOR_XCHG_TAG=256;
00030 const int PARTICLE_XCHG_TAG=257;
00031 const int PARTICLE_XCHG2_TAG=258;
00032 
00033 const int FIELD_DESC_TAG=512;
00034 
00035 #endif