Ignore:
Timestamp:
04/21/17 14:56:25 (7 years ago)
Author:
yushan
Message:

clean up

File:
1 edited

Legend:

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

    r1094 r1102  
    176176      MPI_Comm_rank(contextComm,&tmp_rank) ; 
    177177       
    178       #pragma omp critical (_output) 
    179       printf("Client %d : client.cpp Client::registerContext context add = %p\n", tmp_rank, &(*context)); 
     178      // #pragma omp critical (_output) 
     179      // printf("Client %d : client.cpp Client::registerContext context add = %p\n", tmp_rank, &(*context)); 
    180180       
    181181       
     
    225225        context->initClient(contextComm,contextInterComm) ; 
    226226         
    227         #pragma omp critical (_output) 
    228         printf("Client %d : context->initClient(contextComm,contextInterComm) OK \n", getRank()) ; 
     227        // #pragma omp critical (_output) 
     228        // printf("Client %d : context->initClient(contextComm,contextInterComm) OK \n", getRank()) ; 
    229229         
    230230        //contextInterComms->push_back(contextInterComm); 
Note: See TracChangeset for help on using the changeset viewer.