[pooma-dev] Problem trying to build parallel application

Stephen Smith stephens at proximation.com
Tue May 15 20:54:15 UTC 2001


Actually it's a separate issue.  The makeOwnCopy in
compressible brick was causing a problem with preinstantiation,
whereas RemoteEngine was just plain missing the function, which
meant their code wouldn't compile to run in parallel.  Attached
is a patch that fixes the problem Dave had with Remote engines.
The patch was reviewed by Jim Crotinger.  I'll check it in
later today.

Changes:
   MultiPatchEngine.h
    -fixed a problem with makeOwnCopy (it needed to occur
     at the level of the patch list instead of the individual
     patches).

   RemoteDynamicEngine.h
   RemoteEngine.h
    -added missing makeOwnCopy() functions.

   Engine/tests/makefile
   Engine/tests/makeOwnCopy.cpp
    -added a test to make sure makeOwnCopy semantics works on
     remote, multipatch and dynamic engines.

    Stephen

-----Original Message-----
From: Jeffrey Oldham [mailto:oldham at codesourcery.com]
Sent: Friday, May 11, 2001 12:53 PM
To: Dave Nystrom
Cc: pooma-dev
Subject: Re: [pooma-dev] Problem trying to build parallel application


	Perhaps yesterday's patch does resolve the makeOwnCopy()
difficulty you experienced.  Will you please try it again?  I do not
know where the source code is located to test it myself.

Thanks,
Jeffrey D. Oldham
oldham at codesourcery.com

On Wed, May 09, 2001 at 02:19:58PM -0600, Dave Nystrom wrote:
> Hi Guys,
> 
> I'm trying to build a parallel version of our application under RH Linux
6.2
> using KCC-4.0d and am having compile problems.  Below is part of the build
> log.  Could someone take a look at this and see what the problem is?  I
think 
> Stephen Smith might be a likely candidate.
> 
> -- 
> Dave Nystrom			email: wdn at lanl.gov
> LANL X-3			phone: 505-667-7913	fax: 505-665-3046
> 


-- 
Jeffrey D. Oldham
oldham at codesourcery.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://sourcerytools.com/pipermail/pooma-dev/attachments/20010515/142214c8/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: May15.patch
Type: application/octet-stream
Size: 4645 bytes
Desc: not available
URL: <http://sourcerytools.com/pipermail/pooma-dev/attachments/20010515/142214c8/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: makeOwnCopy.cpp
Type: application/octet-stream
Size: 4451 bytes
Desc: not available
URL: <http://sourcerytools.com/pipermail/pooma-dev/attachments/20010515/142214c8/attachment-0001.obj>


More information about the pooma-dev mailing list