Re: [OctDev] octave-parallel : reporting error

2010-08-05 Thread Olaf Till
On Tue, Jul 13, 2010 at 10:13:30AM +0200, Olaf Till wrote: > On Mon, Jul 12, 2010 at 10:35:25AM +0530, ravi shetye wrote: > > ... > > however on machine2 on which i had run the command octave > > /usr/local/share/octave/packages/parallel-2.0.1/server.m , > > crashes with the following error messag

Re: [OctDev] octave-parallel : reporting error

2010-07-13 Thread Olaf Till
It just occured to me, maybe you should be warned to somehow secure port 12502 against unauthorized access on the server machine before you get it working. Olaf -- This SF.net email is sponsored by Sprint What will you do

Re: [OctDev] octave-parallel : reporting error

2010-07-13 Thread Olaf Till
On Mon, Jul 12, 2010 at 10:35:25AM +0530, ravi shetye wrote: > Thanks Olaf, there has been some progress because of your last reply > however now i have another issue. > > on machine1 i ran > hosts = ["machine1","machine2"] > sockets = connect(hosts) > > sockets = > > 0 0 0 >

Re: [OctDev] octave-parallel : reporting error

2010-07-12 Thread ravi shetye
Thanks Olaf, there has been some progress because of your last reply however now i have another issue. on machine1 i ran hosts = ["machine1","machine2"] sockets = connect(hosts) sockets = 0 0 0 6 5 1234 however on machine2 on which i had run the command octave /us

Re: [OctDev] octave-parallel : reporting error

2010-07-12 Thread ravi shetye
Thanks Olaf, there has been some progress because of your last reply however now i have another issue. on machine1 i ran hosts = ["machine1","machine2"] sockets = connect(hosts) sockets = 0 0 0 6 5 1234 however on machine2 on which i had run the command octave /us

Re: [OctDev] octave-parallel : reporting error

2010-07-07 Thread Olaf Till
On Wed, Jul 07, 2010 at 10:52:36AM +0530, ravi shetye wrote: > >The error has possibly nothing to do with the parallel package --- it > >might just mean that pserver.oct is not in Octaves path. If you > >install the parallel package with pkg, the path should be > >automatically set, since parallel

Re: [OctDev] octave-parallel : reporting error

2010-07-06 Thread ravi shetye
>The error has possibly nothing to do with the parallel package --- it >might just mean that pserver.oct is not in Octaves path. If you >install the parallel package with pkg, the path should be >automatically set, since parallel is marked as autoload (at least >version 2.0.1). What does "pkg list"

Re: [OctDev] octave-parallel : reporting error

2010-07-05 Thread Olaf Till
On Fri, Jul 02, 2010 at 07:16:40PM +0530, ravi shetye wrote: > Trying to run Octave in parallel environment by following > http://www.aoki.ecei.tohoku.ac.jp/octave/patch/README.parallel > > however for the octave-parallel 2.0.0 and octave 3.2.package I am getting > the error as > > v...@vi-laptop

[OctDev] octave-parallel : reporting error

2010-07-02 Thread ravi shetye
Trying to run Octave in parallel environment by following http://www.aoki.ecei.tohoku.ac.jp/octave/patch/README.parallel however for the octave-parallel 2.0.0 and octave 3.2.package I am getting the error as v...@vi-laptop:~$ octave /usr/share/octave/packages/3.2/parallel-2.0.0/server.m GNU Octav

[OctDev] octave-parallel : reporting error

2010-07-02 Thread ravi shetye
Trying to run Octave in parallel environment by following http://www.aoki.ecei.tohoku.ac.jp/octave/patch/README.parallel however for the octave-parallel 2.0.0 and octave 3.2.package I am getting the error as v...@vi-laptop:~$ octave /usr/share/octave/packages/3.2/parallel-2.0.0/server.m GNU Octav