Ignore:
Timestamp:
01/22/19 16:43:32 (5 years ago)
Author:
yushan
Message:

revert erroneous commit on trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/extern/remap/src/mpi_routing.hpp

    r1638 r1639  
    1111{ 
    1212 
    13         ep_lib::MPI_Comm communicator; 
     13        MPI_Comm communicator; 
    1414        int mpiRank; 
    1515        int mpiSize; 
     
    2929 
    3030public: 
    31         CMPIRouting(ep_lib::MPI_Comm comm); 
     31        CMPIRouting(MPI_Comm comm); 
    3232        ~CMPIRouting(); 
    3333        template<typename T> void init(const std::vector<T>& route, CMPICascade *cascade = NULL); 
     
    4444template <typename T> 
    4545void alltoalls_known(const std::vector<std::vector<T> >& send, std::vector<std::vector<T> >& recv, 
    46                      const std::vector<int>& ranks, ep_lib::MPI_Comm communicator); 
     46                     const std::vector<int>& ranks, MPI_Comm communicator); 
    4747 
    4848template <typename T> 
    4949void alltoalls_unknown(const std::vector<std::vector<T> >& send, std::vector<std::vector<T> >& recv, 
    50                        const std::vector<int>& ranks, ep_lib::MPI_Comm communicator); 
     50                       const std::vector<int>& ranks, MPI_Comm communicator); 
    5151} 
    5252#endif 
Note: See TracChangeset for help on using the changeset viewer.