[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Still in trouble
> Got past yesterday's problems, but today's look worse.
>
> 1. When building the jnodeos, (build -moab) in
> /home/jnodeos/src/nodeos/moab_Flow.Java had to change (near line 239):
> new MemorySpec(memSpec.getSize(),
> MemoryPolicy.class.getName())
> TO:
> new MemorySpec(memSpec.getSize())
> /*
> new MemorySpec(memSpec.getSize(),
> MemoryPolicy.class.getName())
> */
> in order to get the signatures to align.
> Don't know if this is correct.
Doh, I'm sorry, I forgot you have to use a later version from cvs. This
should get you the proper one:
cvs -d anoncvs@leak.cs.utah.edu:/cvs checkout -D "July 1, 2001" jnodeos
> I'm shooting in the dark here. I guess there's no substitute for knowing
> the code intimately, but I had hoped to be able to build a vanilla system
> without going that deep.
>
> I am trying to build this thing to run on top of Linux. I have read the
> warnings that there is a 3:1 performance hit in this case. Is it the case
> that, because of this, this type of build (i.e., on top of Linux) is rare
> and relatively untested???
Just getting something to work on jnodeos and ANTS should keep you
occupied for awhile, so I wouldn't worry about performance. And it should
be quite a bit easier to debug on a regular OS than running on a bare
machine (this is how we develop most of it).
> Pete Lutz
tim stack
[ Janos ] [ OSKit ] [ Network Testbed ] [ Flick ] [ Fluke ]
Flux Research Group / Department of Computer Science / University of Utah