Ignore:
Timestamp:
10/04/17 11:45:14 (7 years ago)
Author:
yushan
Message:

EP updated

File:
1 edited

Legend:

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

    r1220 r1287  
    6565 
    6666   
    67   for(int i=0; i<nbClient; i++) 
    68     printf("MPI_Allgather : recvCount[%d] = %d\n", i, recvCount[i]); 
     67  // for(int i=0; i<nbClient; i++) 
     68  //   printf("MPI_Allgather : recvCount[%d] = %d\n", i, recvCount[i]); 
    6969 
    7070  displ[0]=0 ; 
     
    7676  MPI_Allgatherv(sendBuff,nbConnectedServer,MPI_INT,recvBuff,recvCount,displ,MPI_INT,clientIntraComm) ; 
    7777 
    78   for(int i=0; i<recvSize; i++) 
    79     printf("MPI_Allgatherv : recvBuff[%d] = %d\n", i, recvBuff[i]); 
     78  // for(int i=0; i<recvSize; i++) 
     79  //   printf("MPI_Allgatherv : recvBuff[%d] = %d\n", i, recvBuff[i]); 
    8080 
    8181 
Note: See TracChangeset for help on using the changeset viewer.