Index: /issm/trunk-jpl/src/c/toolkits/mpi/issmmpi.cpp
===================================================================
--- /issm/trunk-jpl/src/c/toolkits/mpi/issmmpi.cpp	(revision 17253)
+++ /issm/trunk-jpl/src/c/toolkits/mpi/issmmpi.cpp	(revision 17254)
@@ -324,5 +324,5 @@
 	       source,
 	       tag,
-	       AMPI_SEND, // as long as there are no other variants
+	       AMPI_FROM_SEND, // as long as there are no other variants
 	       comm,
 	       status);
@@ -464,5 +464,5 @@
 	       dest,
 	       tag,
-	       AMPI_RECV, // as long as there are no other variants
+	       AMPI_TO_RECV, // as long as there are no other variants
 	       comm);
 # else
