I found out how to overcome this in my case. Just need to run bigforth
on the master node, load libraries and call bproc_move to the node I
need.

--
Sergey

On Tue, Sep 27, 2005 at 05:56:31PM -0600, Sergey Plis wrote:
> Hi!
> 
> I'm trying to use shared libraries from bigforth on a node in a bproc
> cluster environment. In order to make the libraries available to
> running bigforth when it is on a node I need to prelink them to the
> interpreter, so bproc management knows to load them. However, when I
> change the makefile line from
> 
> LDLIBS = -ldl
> 
> to
> 
> LDLIBS = -ldl -lgsl -lblas -latlas
> 
> and start recompiled bigforth it gives me bus error and does not
> exec what I input to it, just echoes.
> 
> Do you know why might that be?
> 
> Thank you!
> 
> --
> Sergey
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to