On Fri, 18 Oct 2019, Marcin Błażejowski wrote:
On 18.10.2019 16:05, Allin Cottrell wrote:
> On Fri, 18 Oct 2019, Marcin Błażejowski wrote:
>
>> On 18.10.2019 14:15, Allin Cottrell wrote:
>>> On Fri, 18 Oct 2019, Marcin Błażejowski wrote:
>>>
>>>> On 17.10.2019 21:41, Allin Cottrell wrote:
>>>>> The matrix must have a single column, and a number of rows equal to
>>>>> either $nobs or $tmax.
>> Allin, but it works on the yesterday's git gretl code. And if I run the
>> package in non-MPI environment on today's version, it works as well.
> Ah, OK. Then could you send me the current BACE code and a sample
> script, please?
>
> Also, does the error occur without ALT_BUNSEND set to 1? That is, does
> it already occur with just NEW_BUNCAST set to 1? (These being two
> separate switches in gretl_mpi.c in git.)
ALT_BUNSEND: 1, NEW_BUNCAST: 1 => crash
ALT_BUNSEND: 0, NEW_BUNCAST: 0 => works
OK, but what about ALT_BUNSEND: 0, NEW_BUNCAST: 1 ?
Allin