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

small modif

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.