Newsgroups: comp.parallel.pvm
From: spohr@rog.rwth-aachen.de     (Axel Spohr)
Subject: [Q] packing multidimensional arrays in fortran
Organization: Rogowski-Institut
Date: 4 Apr 1995 07:57:57 GMT
Message-ID: <3lqu65$5nj@news.rwth-aachen.de>

Might be this is a faq, but I couldn't find an answer, so I'm posing it
anyway :
Can I pack multidimensional arrays with the pvmfpack-call, like

	call pvmfpack(real4,matrix,dim1*dim2*..*dimn,1,info)

where matrix is declared as follows :

	real,allocatable :: matrix(:,:,;,...,:)

or can I pack only onedimensional arrays ? The manual and the FAQ-list
show no examples.
Thanks

		Axel



-----------------------------------------------------------------------------
Axel Spohr					     spohr@rog.rwth-aachen.de
Ludwigsallee 1b
D-52062 Aachen						
+49-241-154701
-----------------------------------------------------------------------------
  There are three principal ways to lose money: wine, women and engineers.
    While the first two are more plaesant, the third is by far the more
     certain.		        			Baron Rothschild
-----------------------------------------------------------------------------



