Ignore:
Timestamp:
02/10/16 14:35:03 (8 years ago)
Author:
mhnguyen
Message:

Making some improvements of transformation algorithm

+) Correct the way to enlisting transformations in an element (domain, axis)
+) Optimize generic transformation to make sure temporary grid to be created on demand
+) Update some mpi tag to prevent conflict
+) Correct some minor stuffs
+) Update documents

Test
+) On Curie
+) all test pass

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/mpi_tag.hpp

    r720 r821  
    1414#define MPI_DHT_INFO_0 22 
    1515 
     16/* Tag for mpi communication to send and receive info of current grid source in grid transformation*/ 
     17#define MPI_GRID_TRANSFORMATION_CURRENT_GRID_INDEX 31 
     18 
     19/* Tag for mpi communication to send and receive info of current grid source in grid transformation*/ 
     20#define MPI_GRID_TRANSFORMATION_ORIGINAL_GRID_INDEX 32 
     21 
     22/* Tag for mpi communication to send and receive info of current grid source in grid transformation*/ 
     23#define MPI_GRID_TRANSFORMATION_ORIGINAL_GRID_WEIGHT 33 
     24 
     25/* Tag for mpi communication to send and receive info of DOMAIN in domain interpolation*/ 
     26#define MPI_DOMAIN_INTERPOLATION_DEST_INDEX 7 
     27 
     28/* Tag for mpi communication to send and receive info of DOMAIN in domain interpolation*/ 
     29#define MPI_DOMAIN_INTERPOLATION_SRC_INDEX 8 
     30 
     31/* Tag for mpi communication to send and receive info of DOMAIN in domain interpolation*/ 
     32#define MPI_DOMAIN_INTERPOLATION_WEIGHT 9 
     33 
    1634#endif 
Note: See TracChangeset for help on using the changeset viewer.