Newsgroups: comp.parallel.pvm
From: adilger@enel.ucalgary.ca (Andreas Dilger)
Subject: Re: Help : Reading buffer
Organization: ECE Department, U. of Calgary, Calgary, Alberta, Canada
Date: 20 Jan 1995 17:14:41 GMT
Message-ID: <3for21$mpj@ra.lib.ucalgary.ca>

In article <3fn58q$n45@magus.cs.utah.edu> hsong@asylum.cs.utah.edu (Hwal Song) writes:
>
>    pvm_initsend( PvmDataDefault );
>    pvm_pkint( msg_size, 1, 1);
>    pvm_pkfloat( data, *msg_size, 1);
                        ^^^^^^^^^  This should be an int, not a pointer!!!
>    dest = (me+1)%nproc;
>    pvm_send( tids[dest], LOOP+10);

Hope this helps.
-- 
Andreas Dilger       | University of Calgary      "If a man ate a pound of pasta
   Lab:(403)220-8792 | Micronet Research Group   and a pound of antipasto, would
Office:(403)220-4716 | Elec & Comp Engineering      they cancel out, leaving him
<http://www-mddsp.enel.ucalgary.ca/People/adilger>     still hungry?" -- Dogbert

