[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Parallel and MPI with default branch
From: |
Olaf Till |
Subject: |
Re: Parallel and MPI with default branch |
Date: |
Mon, 19 Feb 2018 19:30:08 +0100 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
On Sun, Feb 18, 2018 at 10:20:43PM +0100, Sebastian Schöps wrote:
> Hi Olaf,
> Sorry, I was to quick; I didn't use my most recent octave. I get an error
> when using default (90bd5649983c). Maybe I missed something? I have compiled
> octave with your patch from savannah, checked out your sf-repository and
> created the package via "make dist". Then, installation fails with:
> pserver.cc:1148:7: error: use of undeclared identifier 'octave_child_list';
> did you mean 'octave_value_list'?
> octave_child_list::insert (pid, pserver_child_event_handler);
> ^~~~~~~~~~~~~~~~~
> octave_value_list
> /usr/local/Cellar/octave/HEAD-90bd5649983c_1/include/octave-4.3.0+/octave/../octave/ov-struct.h:41:7:
> note: 'octave_value_list' declared here
> class octave_value_list;
> ^
> pserver.cc:1148:26: error: no member named 'insert' in 'octave_value_list'
> octave_child_list::insert (pid, pserver_child_event_handler);
> ~~~~~~~~~~~~~~~~~~~^
I've no time now for testing, but have pushed something that should
fix the error.
The warnings will be fixed by and by.
Olaf
--
public key id EAFE0591, e.g. on x-hkp://pool.sks-keyservers.net
signature.asc
Description: PGP signature
- Re: Parallel and MPI with default branch, (continued)
- Re: Parallel and MPI with default branch, Sebastian Schöps, 2018/02/19
- Re: Parallel and MPI with default branch, kingcrimson, 2018/02/19
- Re: Parallel and MPI with default branch, Sebastian Schöps, 2018/02/19
- Re: Parallel and MPI with default branch, Carlo de Falco, 2018/02/19
- Re: Parallel and MPI with default branch, Sebastian Schöps, 2018/02/19
- Re: Parallel and MPI with default branch, kingcrimson, 2018/02/20
- Re: Parallel and MPI with default branch, Sebastian Schöps, 2018/02/20
Re: Parallel and MPI with default branch, Olaf Till, 2018/02/18