Newsgroups: comp.parallel.mpi
From: tuel@tuel.kgn.ibm.com (Bill Tuel)
Subject: Re: MPL query
Summary: Ask MPL Questions to the SP User Group
Keywords: SP MPL
Organization: IBM Corporation, Poughkeepsie NY
Date: 27 Jul 1995 13:53:40 GMT
Message-ID: <3v85p4$inb@mhvnews.kgn.ibm.com>

MPL is IBM's original message passing library for 
the SP and RS/6000 workstations.  It is similar to,
but not the same as, MPI.  Try asking your questions
on the SP User Group Web page:
http://spud-web.tc.cornell.edu/HyperNews/get/SPUserGroup/html

For your specific question, make sure that you are calling
the Blocking Receive with a variable set to DONTCARE, not
a constant.  MPL replaces the calling value with the actual  
source and tag information of the received message.

Bill Tuel, IBM POWERParallel Development Lab



