Actions

icon Post
text/html Subscribe
text/html Unsubscribe

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS update:


  • To: pooma-cvs@xxxxxxxxxxxxxxxxxxxxxx
  • Subject: CVS update:
  • From: pooma@xxxxxxxxxxxxxxxxxxxxxxx
  • Date: 10 Apr 2001 23:13:25 -0000

Date:	Tuesday April 10, 2001 @ 17:13
Author:	pooma

Update of /home/pooma/Repository/r2/src/Engine
In directory merlin.codesourcery.com:/tmp/cvs-serv30219/Engine

Modified Files:
	ViewEngine.h 
Log Message:
Some additions and changes to get NewField working with messaging
(cross-box).

-changed the tests to use Remote<Brick> and distributed layouts
when compiling with Cheetah (POOMA_CHEETAH is true).
-added an EngineView specialization for Field, which required
special constructors in the various field engines.
-added EngineView and ExpressionApply specializations for MultiArg
(used by ScalarCode to make views of remote objects...  actually this
code could have been eliminated for now, since the use of scalar code
requires that conforming layouts are used.)
-minor bug fixes