On Mon, 16 Feb 2015, Sven Schreiber wrote:
Am 16.02.2015 um 14:45 schrieb Allin Cottrell:
> On Mon, 16 Feb 2015, Sven Schreiber wrote:
>
>> Am 16.02.2015 um 09:22 schrieb Riccardo (Jack) Lucchetti:
>>>
>>> Yes, it should be ok. Is anything broken?
>>
>> No (or at least I haven't found out yet), but I think the example is
>> too sophisticated. I mean, the example is excellent and shouldn't go
>> away, but IMO there should be something of the "Hello world" type,
>> much shorter. I will try to produce a minimal example.
>
> OK, thanks.
>
Hm, I'm not getting very far, see the following error output for an
empty mpi block, the error message says "invalid option '--np'":
<scriptoutput>
gretl-Version 1.10.0cvs
Aktuelle Sitzung: 2015-02-16 15:34
? bundle sb = $sysinfo
? scalar gmpi = sb.mpi
Erzeugte Skalar gmpi = 1
? print gmpi
gmpi = 1.0000000
? mpi
? end mpi --np=2
ungültige Option '--np'
Glad you spotted that. It's fallout from the "new tokenizer" -- but
not really a bug in the tokenizer, rather that option placement was
supported by a nasty piece of ad-hocery before. I need to think about
the best way of enabling it again. In the meantime you can add the
--np option to the first line of the mpi block instead of the last.
Allin