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

    r1087 r1102  
    254254     MPI_Barrier(intraComm); 
    255255 
    256      #pragma omp critical (_output) 
    257      printf("Client %d : context.cpp client = new CContextClient, client add = %p, clientRank = %d\n", tmp_rank, &(*client), client->clientRank) ; 
     256     // #pragma omp critical (_output) 
     257     // printf("Client %d : context.cpp client = new CContextClient, client add = %p, clientRank = %d\n", tmp_rank, &(*client), client->clientRank) ; 
    258258      
    259259     #pragma omp critical 
     
    263263     registryIn->setPath(getId()) ; 
    264264      
    265      #pragma omp critical (_output) 
    266      printf("Client %d : context.cpp registryIn->setPath, client add = %p, clientRank = %d\n", tmp_rank, &(*client), client->clientRank) ; 
     265     // #pragma omp critical (_output) 
     266     // printf("Client %d : context.cpp registryIn->setPath, client add = %p, clientRank = %d\n", tmp_rank, &(*client), client->clientRank) ; 
    267267 
    268268     if (client->clientRank==0) registryIn->fromFile("xios_registry.bin") ; 
Note: See TracChangeset for help on using the changeset viewer.