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/src/transformation/domain_algorithm_generate_rectilinear.cpp

    r1638 r1639  
    7070        StdSize hashValue = hashFunc.hashVec(globalAxisIndex); 
    7171        std::vector<StdSize> recvBuff(client->clientSize); 
    72         ep_lib::MPI_Gather(&hashValue, 1, EP_UNSIGNED_LONG, 
    73                    &recvBuff[0], 1, EP_UNSIGNED_LONG, 
     72        MPI_Gather(&hashValue, 1, MPI_UNSIGNED_LONG, 
     73                   &recvBuff[0], 1, MPI_UNSIGNED_LONG, 
    7474                   0, 
    7575                   client->intraComm); 
     
    8787        } 
    8888 
    89         ep_lib::MPI_Bcast(&nbLocalAxis[0], nbAxis, EP_INT, 
     89        MPI_Bcast(&nbLocalAxis[0], nbAxis, MPI_INT, 
    9090                  0, client->intraComm); 
    9191      } 
Note: See TracChangeset for help on using the changeset viewer.