From: <er...@he...> - 2003-06-22 21:16:16
|
On Thu, Jun 19, 2003 at 07:54:22AM -0700, rwillis wrote: > > I noticed that the following does not work; > 'bproc 0 ipcs' > Is this because bproc uses IPC calls? Let me know if others have the > same problem, or if it is just something that I am doing wrong, > (everything else works fine). > > Also, I thought that bproc would move shared object files over with > the executable, but this does deem to be working, at least with the .so > files that I am creating. I have to move them to the remote machines and > install them. Let me know if there is a way to fix this. Automatically getting all the shared objects that program needs is currently an open problem in BProc. This is because BProc doesn't have any way of knowing what SOs an app will use before it tries to open them. The solution for know is to place the SOs we know people will use on the nodes (either manually or with beoboot's node_up). - Erik |