Ignore:
Timestamp:
11/20/17 09:49:26 (6 years ago)
Author:
yushan
Message:

omp_dev

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/src/client.cpp

    r1328 r1334  
    186186 
    187187        MPI_Intercomm_create(contextComm,0,CXios::globalComm,serverLeader,10+globalRank,&contextInterComm) ; 
    188         info(10)<<"Register new Context : "<<id<<endl ; 
     188        #pragma omp critical (std_output) 
     189        { 
     190          //info(10)<<"Register new Context : "<<id<<endl ; 
     191        } 
    189192 
    190193        MPI_Comm inter ; 
Note: See TracChangeset for help on using the changeset viewer.