Newsgroups: comp.parallel.pvm
From: ahmadJ@tiny.me.su.oz.au (Ahmad)
Subject: PVM with Fortran 90
Keywords: PVM F90
Organization: Information Services, The University of Sydney, NSW, Australia
Date: 1 Jul 1996 06:29:59 GMT
Message-ID: <4r7r97$lsg@metro.usyd.edu.au>

Hi,

I am trying to run a programm that I have written in fortran90 with PVM. I am 
getting no error messages while compiling the programm on a DEC ALPHA with 
DEC FORTRAN90. But my program does not work. The problem is that I am packing 
an array of ten elements by pvmfpack() and send it by pvmfsend() to another 
processor. But I only get 3 elements of the array 
in the receiving (using pvmfrecv())  processors unpacked. I have tried to use 
pvmfpsed() and pvmfprecv() which do not require packing and unpacking. But I 
am getting a message that says 'pvm_psend() IS NOT IMPLEMENTED' I do not 
understand this message. Does it mean pvmfpsend() is not included with the 
version (3.3.12) which I am using?. I have also tried to pack data as byte 
streams by using BYTE1 as the datatype , but the problem is still there. Is 
there anybody usnig f90 having trouble with PVM and if so how can I fix those 
problem. I would appreciate very much any comment or suggestion. PLEASE SEND 
YOUR RESPONSES TO MY EMAIL ADDRESS AS WELL.


Best wishes

Ahmad Jabbarzadeh


