help-octave
[Top][All Lists]
Advanced

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

Re: octave - compile error in send.cc


From: Jaroslav Hajek
Subject: Re: octave - compile error in send.cc
Date: Tue, 17 Mar 2009 13:11:31 +0100

2009/3/17 m.vaessen <address@hidden>:
> Hello,
>
> I want to install the parallel toolbox. I downloaded the sources from
> http://atc.ugr.es/javier-bin/mpitb .
>
> The routine send.cc (I attach the source) gets the error:
>
> send.cc:111: error: no match for 'operator[]' in 'map["fd"]'
>
> Line 111 of send.cc is:
>
>  sockfd = map["fd"](0).int_value();
>
> Is it possible that oct-map.h is incomplete concerning the operator [] ?
>
> Many thanks for your help in advance!
>
> Best regards,
>  Marga Vaeßen
> --
> Marga Vaessen
> Juelich Supercomputing Centre
> Forschungszentrum Juelich GmbH
> 52425 Juelich, Germany
>
> Phone:  +49-2461-61-4136
> Fax:    +49-2461-61-6656
> E-mail: address@hidden
> WWW:    http://www.fz-juelich.de/jsc/
>

Octave_map currently has no operator and I don't even see it in 3.0.x
sources, neither when switching back to 2.1.62, which suggests that it
must be something quite old. The standard way to query a key is
Octave_map::contents.
Maybe MPITB needs updating. What sort of parallel computing you need?
Perhaps there is a simpler way.

regards

-- 
RNDr. Jaroslav Hajek
computing expert & GNU Octave developer
Aeronautical Research and Test Institute (VZLU)
Prague, Czech Republic
url: www.highegg.matfyz.cz



reply via email to

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