Newsgroups: comp.parallel.mpi
From: cazier@mtblanc.NoSubdomain.NoDomain (Jean-Baptiste Cazier)
Subject: Prohibited access while an Isend
Keywords: mpich asynchron prohibit access
Organization: Swiss Federal Institute of Technology (ETHZ)
Date: 19 Feb 1996 15:13:59 GMT
Message-ID: <4ga43n$n2n@elna.ethz.ch>

I would like to access an array send with the Isend command. In the
complete reference section 2.8.2 it is said that this access is 
Prohibited to avoid overlapping of data.
The point is that I use a derived type indexed to send just a part of
my array. And the part I want to access is in the complement of what is
really sent. So there are no real conflict.
The question is how to avoid the prohibition to be able to work on the
free part of my array.

Thanks

J-B


-- 
-----------------------------------------------------------------------------
  Jean-Baptiste CAZIER            E-Mail: cazier@iis.ee.ethz.ch	       
     _____  _____  __  __	  Phone: +41 1 6325243  Fax.: +41 1 6321194
    / ___/ /_  _/ / / / /  	  
   / /__    / /	 / /_/ /	  Integrated Systems Laboratory
  / ___/   / /  / _   /	  	  Swiss Federal Institute of Technology
 / /__    / /  / / / / 	  	  CH-8092 Zuerich
/____/   /_/  /_/ /_/		  Switzerland
http://wwwcaps.uoknor.edu/People/jcazier/index.html
-----------------------------------------------------------------------------

