Ignore:
Timestamp:
07/10/17 15:18:16 (7 years ago)
Author:
yushan
Message:

prep to merge with trunk @1200

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_yushan_merged/extern/src_ep_dev/ep_gatherv.cpp

    r1164 r1203  
    537537         recv_plus_displs[j*num_ep + num_ep -1] < displs[j*num_ep + num_ep -2])   
    538538      {   
    539         Debug("Call special implementation of mpi_allgatherv.\n"); 
     539        //printf("proc %d/%d Call special implementation of mpi_allgatherv.\n", ep_rank, ep_size); 
    540540        return MPI_Allgatherv_special(sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, comm); 
    541541      } 
     
    546546           recv_plus_displs[j*num_ep+i] < displs[j*num_ep+i-1]) 
    547547        { 
    548           Debug("Call special implementation of mpi_allgatherv.\n"); 
     548          //printf("proc %d/%d Call special implementation of mpi_allgatherv.\n", ep_rank, ep_size); 
    549549          return MPI_Allgatherv_special(sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, comm); 
    550550        } 
Note: See TracChangeset for help on using the changeset viewer.