help-octave
[Top][All Lists]
Advanced

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

Re: pconnect function returns handshake error


From: Olaf Till
Subject: Re: pconnect function returns handshake error
Date: Tue, 22 May 2018 21:24:25 +0200
User-agent: NeoMutt/20170113 (1.7.2)

On Tue, May 22, 2018 at 05:57:34AM -0700, Prasad K wrote:
> Hi all,
> We are trying to run octave 4.0.0 with multiple nodes (each node consisting
> of 16-cores) using cluster functions in parallel toolbox v3.1.1.
> Below is the error we are getting when we try to connect to server as said
> in  this link
> <https://octave.sourceforge.io/parallel/package_doc/Example.html>  
> 
> octave:2> conns = pconnect("server")

That's not in the example, and not supposed to work, it should be:

conns = pconnect ({"server"})

But maybe you actually have done this?

Olaf

-- 
public key id EAFE0591, e.g. on x-hkp://pool.sks-keyservers.net

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]