source:
issm/oecreview/Archive/16554-17801/ISSM-17253-17254.diff@
17802
Last change on this file since 17802 was 17802, checked in by , 11 years ago | |
---|---|
File size: 729 bytes |
-
../trunk-jpl/src/c/toolkits/mpi/issmmpi.cpp
323 323 datatype, 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); 329 329 # else … … 463 463 datatype, 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 469 469 rc=MPI_Send(buf,
Note:
See TracBrowser
for help on using the repository browser.