Changeset 17254
- Timestamp:
- 02/11/14 01:48:50 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/toolkits/mpi/issmmpi.cpp
r16144 r17254 324 324 source, 325 325 tag, 326 AMPI_ SEND, // as long as there are no other variants326 AMPI_FROM_SEND, // as long as there are no other variants 327 327 comm, 328 328 status); … … 464 464 dest, 465 465 tag, 466 AMPI_ RECV, // as long as there are no other variants466 AMPI_TO_RECV, // as long as there are no other variants 467 467 comm); 468 468 # else
Note:
See TracChangeset
for help on using the changeset viewer.