source: issm/oecreview/Archive/16554-17801/ISSM-17253-17254.diff

Last change on this file was 17802, checked in by Mathieu Morlighem, 11 years ago

Added archives

File size: 729 bytes
  • ../trunk-jpl/src/c/toolkits/mpi/issmmpi.cpp

     
    323323               datatype,
    324324               source,
    325325               tag,
    326                AMPI_SEND, // as long as there are no other variants
     326               AMPI_FROM_SEND, // as long as there are no other variants
    327327               comm,
    328328               status);
    329329# else
     
    463463               datatype,
    464464               dest,
    465465               tag,
    466                AMPI_RECV, // as long as there are no other variants
     466               AMPI_TO_RECV, // as long as there are no other variants
    467467               comm);
    468468# else
    469469  rc=MPI_Send(buf,
Note: See TracBrowser for help on using the repository browser.