Ignore:
Timestamp:
03/22/18 11:34:44 (6 years ago)
Author:
yushan
Message:

small modif

Location:
XIOS/dev/branch_openmp
Files:
2 edited

Legend:

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

    r1460 r1461  
    246246      } 
    247247 
    248       if(op == MPI_SUM) 
     248      if(op == MPI_LOR) 
    249249      { 
    250250        if(datatype != MPI_INT) 
  • XIOS/dev/branch_openmp/src/server.cpp

    r1460 r1461  
    710710         MPI_Intercomm_merge(contextInterComm,1,&inter); 
    711711         MPI_Barrier(inter); 
    712          MPI_Comm_free(&inter); 
    713712         context->initServer(intraComm,contextInterComm); 
    714713         contextInterComms.push_back(contextInterComm); 
    715714 
     715         MPI_Comm_free(&inter); 
    716716       } 
    717717       // Secondary server: create communication channel with a primary server 
Note: See TracChangeset for help on using the changeset viewer.