Re: [Gretl-devel] Compiling with MPI support not working

2016-11-28 Thread Allin Cottrell
On Mon, 28 Nov 2016, Johannes Lips wrote: > On 28.11.2016 10:09, Johannes Lips wrote: >> >> >> On 27.11.2016 08:24, Johannes Lips wrote: >>> On 26/11/16 16:15, Allin Cottrell wrote: On Sat, 26 Nov 2016, Johannes Lips wrote: > Hi all, > > since the new release is out, I

Re: [Gretl-devel] Compiling with MPI support not working

2016-11-28 Thread Johannes Lips
On 28.11.2016 10:09, Johannes Lips wrote: > > > On 27.11.2016 08:24, Johannes Lips wrote: >> On 26/11/16 16:15, Allin Cottrell wrote: >>> On Sat, 26 Nov 2016, Johannes Lips wrote: >>> Hi all, since the new release is out, I am trying to compile gretl with the additional MPI

Re: [Gretl-devel] more informative error message if array index out of bounds

2016-11-28 Thread Allin Cottrell
On Mon, 28 Nov 2016, Sven Schreiber wrote: > Hi, > > again a minor issue: > > > strings s2 = defarray("a") > string s = s2[2] # gives 'data error' > > > Perhaps the generic error message could be replaced with something more > specific. OK, done in git. Allin

[Gretl-devel] more informative error message if array index out of bounds

2016-11-28 Thread Sven Schreiber
Hi, again a minor issue: strings s2 = defarray("a") string s = s2[2]# gives 'data error' Perhaps the generic error message could be replaced with something more specific. thanks, sven

Re: [Gretl-devel] Compiling with MPI support not working

2016-11-28 Thread Johannes Lips
On 27.11.2016 08:24, Johannes Lips wrote: > On 26/11/16 16:15, Allin Cottrell wrote: >> On Sat, 26 Nov 2016, Johannes Lips wrote: >> >>> Hi all, >>> >>> since the new release is out, I am trying to compile gretl with the >>> additional MPI support. I added the configure option --with-mpi and >>>