Newsgroups: comp.parallel.pvm
From: Choi Eunmi <choie>
Subject: Q:about pvm_pkint with multple-D array
Organization: Michigan State University, College of Engineering
Date: 18 Jan 1996 09:13:29 GMT
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <4dl2vp$1ghr@msunews.cl.msu.edu>

Hi, 
I tried to send some part of 3D array to other processors via pvm_pkint.

For example, master sends
..
        
            msgtype = 1;
            pvm_initsend( ENCODING );
            pvm_pkint( P_part_SUB[i], size2*size3, 1 );
            pvm_send( tids[i], msgtype );
..
where P_part_SUB is the 3D array P_part_SUB[size1][size2][size3]
and i is in the range of size1.
That is, the master wants to send 2D array information out of the 3D array,
but I got the following error message;

 warning: argument #1 is incompatible with prototype:
        prototype: pointer to int : "/opt/pvm3/include/pvm3.h", line 239
        argument : pointer to pointer to int

Could you help me if you have done this before ?

Thank you, 

+------------------------------------------------------------|-------------+
|  Eunmi Choi                           ___                 -+-            |
|  Computer Science                    /|||\__               |             |
|  Michigan State University          ~ o o ~~                             |
+----------------------------------ooO---U---Ooo---------------------------+
|  choie@cps.msu.edu                                                       |
+--------------------------------------------------------------------------+


