Message-Id: <36BC5497.74B2@pcez.com>
From: Little Rascal <darswan@pcez.com>
Reply-To: darswan@pcez.com
Mime-Version: 1.0
Newsgroups: comp.parallel.pvm
Subject: Re: Help : libpvm [t40002]: pvm_mkbuf(): Malloc failed
References: <793c32$l2f$1@metro.ucc.usyd.edu.au>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Date: Sat, 06 Feb 1999 06:41:27 -0800
Xref: ukc comp.parallel.pvm:7989


Ahmad Jabbarzadeh wrote:
> 
> I am using a parallel program on a number of DEC ALPHA workstations. Th
> eprogram is written ion FORTRAN 90. The program was OK few days ago but now I
> am getting the following message]
> 
> libpvm [t40002]: pvm_mkbuf(): Malloc failed
> 
> And then program stops. I know this message appears when memory allocation is
> failed and no buffer can be made on the system. I deleted some files on the
> disk to provide the necessary space but the problem still persist. I have run
> the problem for bigger memory requirements in the past with no problem and  I
> am puzzeled what the real reason might be. I appreciate any hints and thoughts
> that can help me to solve the problem please email me on
> 
> ahmadj@tiny.mech.eng.usyd.edu.au
> 
> regards
> Ahmad
You will run into this problem in other languages also.  A good place to
start is the mkbuf() routine. The error simply states that there was
probably not enough ram to create the buffer size stated. Check how big
this buffer is set for. C will do this also.  


Darrell..... up to my ears in inodes again...

