Rev | Line | |
---|
[17802] | 1 | Index: ../trunk-jpl/src/c/toolkits/mpi/issmmpi.cpp
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/src/c/toolkits/mpi/issmmpi.cpp (revision 17253)
|
---|
| 4 | +++ ../trunk-jpl/src/c/toolkits/mpi/issmmpi.cpp (revision 17254)
|
---|
| 5 | @@ -323,7 +323,7 @@
|
---|
| 6 | datatype,
|
---|
| 7 | source,
|
---|
| 8 | tag,
|
---|
| 9 | - AMPI_SEND, // as long as there are no other variants
|
---|
| 10 | + AMPI_FROM_SEND, // as long as there are no other variants
|
---|
| 11 | comm,
|
---|
| 12 | status);
|
---|
| 13 | # else
|
---|
| 14 | @@ -463,7 +463,7 @@
|
---|
| 15 | datatype,
|
---|
| 16 | dest,
|
---|
| 17 | tag,
|
---|
| 18 | - AMPI_RECV, // as long as there are no other variants
|
---|
| 19 | + AMPI_TO_RECV, // as long as there are no other variants
|
---|
| 20 | comm);
|
---|
| 21 | # else
|
---|
| 22 | rc=MPI_Send(buf,
|
---|
Note:
See
TracBrowser
for help on using the repository browser.