Ignore:
Timestamp:
04/13/18 16:25:46 (6 years ago)
Author:
yushan
Message:

Branch EP merged with Dev_cmip6 @r1481

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/extern/src_ep_dev/ep_declaration.cpp

    r1460 r1482  
    2525::MPI_Datatype MPI_UNSIGNED_CHAR_STD = MPI_UNSIGNED_CHAR; 
    2626::MPI_Datatype MPI_UINT64_T_STD = MPI_UINT64_T; 
     27::MPI_Datatype MPI_LONG_LONG_INT_STD = MPI_LONG_LONG_INT; 
    2728 
    2829#undef MPI_INT 
     
    3435#undef MPI_UNSIGNED_CHAR 
    3536#undef MPI_UINT64_T 
     37#undef MPI_LONG_LONG_INT 
    3638 
    3739 
     
    5759extern ::MPI_Datatype MPI_UNSIGNED_CHAR_STD; 
    5860extern ::MPI_Datatype MPI_UINT64_T_STD; 
     61extern ::MPI_Datatype MPI_LONG_LONG_INT_STD; 
    5962 
    6063 
     
    7982ep_lib::MPI_Datatype MPI_UNSIGNED_CHAR = &MPI_UNSIGNED_CHAR_STD; 
    8083ep_lib::MPI_Datatype MPI_UINT64_T = &MPI_UINT64_T_STD; 
     84ep_lib::MPI_Datatype MPI_LONG_LONG_INT = &MPI_LONG_LONG_INT_STD; 
    8185 
    8286 
Note: See TracChangeset for help on using the changeset viewer.