Changeset 17254


Ignore:
Timestamp:
02/11/14 01:48:50 (11 years ago)
Author:
utke
Message:

CHG update after AMPI change (was to disambiguate Fortran support in
AMPI)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/toolkits/mpi/issmmpi.cpp

    r16144 r17254  
    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);
     
    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
Note: See TracChangeset for help on using the changeset viewer.