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/node/field.cpp

    r1638 r1639  
    531531    if (!nstepMaxRead) 
    532532    { 
    533        #ifdef _usingMPI 
    534533       MPI_Allreduce(MPI_IN_PLACE, &nstepMax, 1, MPI_INT, MPI_MAX, context->server->intraComm); 
    535        #elif _usingEP 
    536        ep_lib::MPI_Allreduce(&nstepMax, &nstepMax, 1, EP_INT, EP_MAX, context->server->intraComm); 
    537        #endif 
    538534       nstepMaxRead = true; 
    539535    } 
Note: See TracChangeset for help on using the changeset viewer.