Ignore:
Timestamp:
03/22/18 10:43:20 (6 years ago)
Author:
yushan
Message:

branch_openmp merged with XIOS_DEV_CMIP6@1459

File:
1 edited

Legend:

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

    r1369 r1460  
    99#undef MPI_UNSIGNED_LONG 
    1010#undef MPI_UNSIGNED_CHAR 
     11#undef MPI_UINT64_T 
    1112 
    1213#undef MPI_SUM 
    1314#undef MPI_MAX 
    1415#undef MPI_MIN 
     16#undef MPI_LOR 
    1517 
    1618#undef MPI_COMM_WORLD 
     
    2830extern ep_lib::MPI_Datatype MPI_UNSIGNED_LONG; 
    2931extern ep_lib::MPI_Datatype MPI_UNSIGNED_CHAR; 
     32extern ep_lib::MPI_Datatype MPI_UINT64_T; 
    3033 
    3134extern ep_lib::MPI_Op MPI_SUM; 
    3235extern ep_lib::MPI_Op MPI_MAX; 
    3336extern ep_lib::MPI_Op MPI_MIN; 
     37extern ep_lib::MPI_Op MPI_LOR; 
    3438 
    3539extern ep_lib::MPI_Comm MPI_COMM_WORLD; 
Note: See TracChangeset for help on using the changeset viewer.