[Gretl-devel] Re: MPI strange warning

2023-09-10 Thread Marcin Błażejowski
On 10.09.2023 15:08, Cottrell, Allin wrote: On Sun, Sep 10, 2023 at 9:01 AM Marcin Błażejowski wrote: I noticed that whenever I call gretlmpi in shell [via '(mpiexec) gretlmpi' or 'gretlcli -b some_mpi_code.inp'] I get several lines of "Authorization required, but no authorization pro

[Gretl-devel] MPI strange warning

2023-09-10 Thread Marcin Błażejowski
common bug(?) in last OpenMPI releases (I'm using 4.1.5-3 from Debian repos). Did you experience something similar? Marcin -- Marcin Błażejowski ___ Gretl-devel mailing list -- gretl-devel@gretlml.univpm.it To unsubscribe send an email to gret

[Gretl-devel] Re: rows/cols names are lost

2023-05-17 Thread Marcin Błażejowski
On 16.05.2023 22:08, Cottrell, Allin wrote: On Tue, May 16, 2023 at 6:42 AM Marcin Błażejowski wrote: Hi, after some basic matrix modifications cols & rows name are gone? Is that expected: m = mnormal(3,3) strings rownames = defarray("r1", "r2", "r3") str

[Gretl-devel] rows/cols names are lost

2023-05-16 Thread Marcin Błażejowski
cnameset(m, colnames) print m print m' print m[1:end-1, 1:end-1] -- Marcin Błażejowski ___ Gretl-devel mailing list -- gretl-devel@gretlml.univpm.it To unsubscribe send an email to gretl-devel-le...@gretlml.univpm.it Website: https://gretlml.univpm.it/postorius/lists/gretl-devel.gretlml.univpm.it/

[Gretl-devel] rseed message/warning

2023-05-15 Thread Marcin Błażejowski
Hi, from which source file a message: 'rseed: argument value 0 is out of bounds' may come from? Marcin -- Marcin Błażejowski ___ Gretl-devel mailing list -- gretl-devel@gretlml.univpm.it To unsubscribe send an email to gretl-devel-le

[Gretl-devel] Re: Win7 64bit, gretl 32bit and MS-MPI 10

2023-03-10 Thread Marcin Błażejowski
On 10.03.2023 11:44, Sven Schreiber wrote: Am 10.03.2023 um 11:28 schrieb Marcin Błażejowski: I need to run some test on Windows, so I have configuration like in subject: Win7 Pro 64bit + gretl 2023b-git 32bit + MS-MPI 10. When calling simple script: ... Is this related with the fact

[Gretl-devel] Win7 64bit, gretl 32bit and MS-MPI 10

2023-03-10 Thread Marcin Błażejowski
l output I have: "C:\Program Files\Microsoft MPI\Bin\mpiexec.exe" /np 4 "C:\Program Files (x86)\gretl\gretlmpi" "C:\Users\Admin2\AppData\Roaming\gretl\gretltmp-mpi.inp": exit code 3221225785 Is this related with the fact that gretl is 32 bit while Window

[Gretl-devel] Re: GTK3 based gretl on Wayland

2023-02-16 Thread Marcin Błażejowski
On 15.02.2023 08:35, Marcin Błażejowski wrote: On 13.09.2022 14:53, Marcin Błażejowski wrote: Hi, I've been using GTK3 based gretl for years - without any problems. Recently, I decided to move from the very old X11 graphics to Wayland and I encountered the following two problems: 1. Drag

[Gretl-devel] Re: GTK3 based gretl on Wayland

2023-02-14 Thread Marcin Błażejowski
On 13.09.2022 14:53, Marcin Błażejowski wrote: Hi, I've been using GTK3 based gretl for years - without any problems. Recently, I decided to move from the very old X11 graphics to Wayland and I encountered the following two problems: 1. Drag-and-drop actions don't work (neither for scripts

[Gretl-devel] Re: "const" function arg qualifier and pointer form

2023-02-10 Thread Marcin Błażejowski
a pointer form along with "const"? Maybe it even should be banned? But why? Even in C there is a lot of "redundand" statements involving pointers (char[] is a classics here). Marcin -- Marcin Błażejowski ___ Gretl-devel maili

[Gretl-devel] Re: tobit's --quiet flag to quite guiet

2023-01-26 Thread Marcin Błażejowski
On 26.01.2023 08:51, Sven Schreiber wrote: Am 26.01.2023 um 08:45 schrieb Marcin Błażejowski: Hi, the solution was simpler that I thought: the problem was that print_NR_status() did verify 'set messages on/off' , but did not checked for 'set warnings on/off'. The patch in attachment

[Gretl-devel] Re: tobit's --quiet flag to quite guiet

2023-01-26 Thread Marcin Błażejowski
On 26.01.2023 09:15, Riccardo (Jack) Lucchetti wrote: On Thu, 26 Jan 2023, Marcin Błażejowski wrote: Hi, the solution was simpler that I thought: the problem was that print_NR_status() did verify 'set messages on/off' , but did not checked for 'set warnings on/off'. The patch in attachment

[Gretl-devel] Re: tobit's --quiet flag to quite guiet

2023-01-25 Thread Marcin Błażejowski
thought: the problem was that print_NR_status() did verify 'set messages on/off' , but did not checked for 'set warnings on/off'. The patch in attachment. Marcin -- Marcin Błażejowski diff --git a/lib/src/gretl_bfgs.c b/lib/src/gretl_bfgs.c index 7d7f86313..ca1839b2f 100644 --- a/lib/src/gretl_

[Gretl-devel] Re: tobit's --quiet flag to quite guiet

2023-01-19 Thread Marcin Błażejowski
On 19.01.2023 16:48, Cottrell, Allin wrote: On Thu, Jan 19, 2023 at 9:52 AM Marcin Błażejowski wrote: On 19.01.2023 14:47, Cottrell, Allin wrote: Or more efficiently: outfile null # do stuff silently end outfile Well, it works of course but for me it is a trick rather than a true solution

[Gretl-devel] Re: tobit's --quiet flag to quite guiet

2023-01-19 Thread Marcin Błażejowski
my point of view suppressing any messages from optimizers by 'set' command to silent/quiet/whatever would be better. Marcin -- Marcin Błażejowski ___ Gretl-devel mailing list -- gretl-devel@gretlml.univpm.it To unsubscribe send an email to gretl-devel

[Gretl-devel] Re: tobit's --quiet flag to quite guiet

2023-01-19 Thread Marcin Błażejowski
On 19.01.2023 10:48, Riccardo (Jack) Lucchetti wrote: On Thu, 19 Jan 2023, Marcin Błażejowski wrote: Since the message in fact comes from 'gretl_bfgs.c', there could be a set option for optimizers for suppressing any warnings/messages. Does the "set warnings" command help? No

[Gretl-devel] Re: tobit's --quiet flag to quite guiet

2023-01-19 Thread Marcin Błażejowski
On 19.01.2023 10:19, Sven Schreiber wrote: Am 19.01.2023 um 09:22 schrieb Marcin Błażejowski: Hi, when we perform tobit command with --guiet flag we sometimes get the following message: "Warning: couldn't improve criterion (gradient = 6.04477e-06)", which /per se/ makes estimat

[Gretl-devel] tobit's --quiet flag to quite guiet

2023-01-19 Thread Marcin Błażejowski
ally quiet? If the later, I wrote a simple patch which suppress any messages (attached). Another possibility would be adding '--silent' flag, which I could do either? What do you think? Marcin -- Marcin Błażejowski diff --git a/plugin/interval.c b/plugin/interval.c index 609a849af..1b7f74

[Gretl-devel] Compilation errors

2023-01-10 Thread Marcin Błażejowski
_numbers(GTK_SOURCE_VIEW(w1)); ^ ../../gui/textbuf.c:5054:61: error: expected expression     gtk_source_view_set_show_line_numbers(GTK_SOURCE_VIEW(w2), bool); ^ /usr/lib/llvm-15/lib/clang/15.0.6/include/stdbool.h:20:14: note: expanded from macro 'bool' #define bool _Bool Marci

[Gretl-devel] Re: Which function/source file?

2022-11-24 Thread Marcin Błażejowski
On 24.11.2022 12:20, Sven Schreiber wrote: Am 24.11.2022 um 11:54 schrieb Marcin Błażejowski: Hi, which function may produce an error: "bundle_print_function: bundle name is empty string"? I tried to find it in all source tree but I can't figure out in which file it is coded. M

[Gretl-devel] Which function/source file?

2022-11-24 Thread Marcin Błażejowski
Hi, which function may produce an error: "bundle_print_function: bundle name is empty string"? I tried to find it in all source tree but I can't figure out in which file it is coded. Marcin -- Marcin Błażejowski ___ Gretl-devel ma

[Gretl-devel] Re: Bug?

2022-10-11 Thread Marcin Błażejowski
r in the second case was a kinda subtle internal thing, to do with the fact that setting a bundled object directly to "null" is how the statement "delete bun.key" is implemented. But that internal thing should not interfere with your formulation above, and that's now fixed in git.

[Gretl-devel] Bug?

2022-10-11 Thread Marcin Błażejowski
bundle M.foo = null endloop Marcin -- Marcin Błażejowski ___ Gretl-devel mailing list -- gretl-devel@gretlml.univpm.it To unsubscribe send an email to gretl-devel-le...@gretlml.univpm.it Website: https://gretlml.univpm.it/postorius/lists/gretl-devel.gretlml.univpm.it/

[Gretl-devel] Re: GTK3 based gretl on Wayland

2022-09-14 Thread Marcin Błażejowski
On 14.09.2022 03:41, Cottrell, Allin wrote: On Tue, Sep 13, 2022 at 8:53 AM Marcin Błażejowski wrote: I've been using GTK3 based gretl for years - without any problems. Recently, I decided to move from the very old X11 graphics to Wayland and I encountered the following two problems: 1. Drag

[Gretl-devel] Re: GTK3 based gretl on Wayland

2022-09-13 Thread Marcin Błażejowski
On 13.09.2022 14:53, Marcin Błażejowski wrote: Hi, I've been using GTK3 based gretl for years - without any problems. Recently, I decided to move from the very old X11 graphics to Wayland and I encountered the following two problems: 1. Drag-and-drop actions don't work (neither for scripts

[Gretl-devel] GTK3 based gretl on Wayland

2022-09-13 Thread Marcin Błażejowski
can copy raw text from the operating system to gretl, but I cannot copy enything from gretl to operating system (scripts, results). I checked GTK2 and everything is ok. I'm using current git version. Marcin -- Marcin Błażejowski ___ Gretl-devel

[Gretl-devel] Re: Error in loop/if evaluation

2022-08-29 Thread Marcin Błażejowski
On 29.08.2022 17:58, Cottrell, Allin wrote: On Mon, Aug 29, 2022 at 4:34 AM Marcin Błażejowski wrote: That's now fixed in master. (It was already OK in the "more_compilation" branch, but that's not yet ready for merging into master.) Thanks, Allin, works perfect!!! Marcin

[Gretl-devel] Error in loop/if evaluation

2022-08-29 Thread Marcin Błażejowski
_(bic_type="bic", with_const=0)) printf "\nThe second examle:\n" FOO(_(bic_type="bic", model_prior="binomial", with_const="always")) printf "\nThe third examle:\n" FOO(_(bic_type="bic", model_prior="binomial", with

[Gretl-devel] SIGABRT - double free

2022-08-22 Thread Marcin Błażejowski
Hi, current git, simple script: set verbose off include oprobit_predict.gfn open wtp.gdt set seed 123456 list X = 1 2 9 10 11 RES <- logit depvar 0 X RES.show Marcin -- Marcin Błażejowski ___ Gretl-devel mailing list -- gretl-de

[Gretl-devel] Re: xtab issue(s)

2022-08-16 Thread Marcin Błażejowski
only. Ah, ok. Tnaks Allin once again. Marcin -- Marcin Błażejowski ___ Gretl-devel mailing list -- gretl-devel@gretlml.univpm.it To unsubscribe send an email to gretl-devel-le...@gretlml.univpm.it Website: https://gretlml.univpm.it/postorius/l

[Gretl-devel] Re: xtab issue(s)

2022-08-15 Thread Marcin Błażejowski
On 14.08.2022 15:44, Cottrell, Allin wrote: On Sun, Aug 14, 2022 at 6:07 AM Marcin Błażejowski wrote: Hi, simple script: open wtp.gdt list X = 1 2 9 10 11 logit depvar 0 X --multinomial --quiet series yhat = $yhat xtab --zeros depvar yhat --quiet eval $result It looks like '--zeros' flag

[Gretl-devel] xtab issue(s)

2022-08-14 Thread Marcin Błażejowski
types not conformable for operation" which - I believe - is unexpected. Marcin -- Marcin Błażejowski ___ Gretl-devel mailing list -- gretl-devel@gretlml.univpm.it To unsubscribe send an email to gretl-devel-le...@gretlml.univpm.it Websi

[Gretl-devel] Missing citation

2022-08-08 Thread Marcin Błażejowski
Hi, it seems to be a missing citation in 'gretl-lpsolve.tex': "Package natbib Warning: Citation `kantorovich60' on page 5 undefined on input l ine 297" (current git). Marcin -- Marcin Błażejowski ___ Gretl-devel mailing list -- g

[Gretl-devel] SIGSEGV

2022-04-27 Thread Marcin Błażejowski
v.str = gretl_strdup(p->dset->varname[i]);' produces segmentation fault. It's invoked in 'geneval.c' by "ret = int_to_string_func(l, t->t, p)" when we are in "F_VARNAME case". It looks like "int_to_string_func()" losts information tha

[Gretl-devel] Indexing by 'end'

2022-03-29 Thread Marcin Błażejowski
Hi, simple example: set verbose off n = 3 # Works m = unvech(seq(1,n)') eval m[end,end] # Works m = seq(1,n)' eval m[end,end] # Does not work m = seq(1,n) eval m[end,end] Is it expected? Marcin -- Marcin Błażejowski ___ Gretl-devel mailing

[Gretl-devel] Re: gretl crash

2022-03-14 Thread Marcin Błażejowski
quot;, tmp);   |  ^~~   |  tm Marcin -- Marcin Błażejowski ___ Gretl-devel mailing list -- gretl-devel@gretlml.univpm.it To unsubscribe send an email to gretl-devel-le...@gretlml.univpm.it Website: https://gretlml.univpm.it/postorius/l

[Gretl-devel] Infinities handling

2022-03-02 Thread Marcin Błażejowski
Hi, are resuls of below script coherent? eval 1/0 eval { 1/0 } Marcin -- Marcin Błażejowski ___ Gretl-devel mailing list -- gretl-devel@gretlml.univpm.it To unsubscribe send an email to gretl-devel-le...@gretlml.univpm.it Website: https

[Gretl-devel] Re: Why?

2022-02-28 Thread Marcin Błażejowski
On 28.02.2022 13:36, Allin Cottrell wrote: On Mon, 28 Feb 2022, Marcin Błażejowski wrote: Hi, why below script works fine for integers \in [2,53] and does not work for interegers >= 54? That's because in a 64-bit floating-point value 11 bits are reserved for the exponent, leaving only

[Gretl-devel] Why?

2022-02-28 Thread Marcin Błażejowski
54 we get errors bindigit = ones(1, lenght) digit = bintodecconvert(bindigit, lenght) bindigit2 = dectobitconvert(digit, lenght) printf "Control1: %d\n", sum(bindigit - bindigit2) digit2 = bintodecconvert(bindigit2, lenght) printf "Control1: %d\n", digit - digi

[Gretl-devel] Wrong syntax highlighting

2022-02-16 Thread Marcin Błażejowski
Hi, simple script: a = 5.4 b = int(a) Here 'int' should be highlighted as a function not gretl-type. Marcin -- Marcin Błażejowski ___ Gretl-devel mailing list -- gretl-devel@gretlml.univpm.it To unsubscribe send an email to gretl-devel-le

[Gretl-devel] Re: $sysinfo.os vs. $windows (and Mac?)

2021-10-24 Thread Marcin Błażejowski
oc = 8   omp = 1   wordlen = 64   mem (matrix: 1 x 2)   blas = "veclib"   hostname = "marcin-note"   os = "macos"   foreign (bundle) ? Unforatunatelly I cannot run gretl in GUI since my darling claims I don't have atk-bridge, but... machine for cross-compilations works!!!

[Gretl-devel] Re: building gretl

2021-05-08 Thread Marcin Błażejowski
On 08.05.2021 19:39, Allin Cottrell wrote: Hello all, I'd like to test the water for a change in the gretl build process which could be unpopular but which I think is needed -- namely, disallowing building of gretl in the source tree. I'm with you in 100%. Marcin -- Marcin Błażejowski

[Gretl-devel] Re: SIGABRT

2021-03-08 Thread Marcin Błażejowski
On 08.03.2021 13:44, Allin Cottrell wrote: On Mon, 8 Mar 2021, Marcin Błażejowski wrote: Hi, there is a double free detected in tcache 2: function void foo (const scalar *X)     X += 1     eval X end function Z = 1 foo(Z) When I run this I just get the expected error: ? foo(Z) foo

[Gretl-devel] SIGABRT

2021-03-08 Thread Marcin Błażejowski
Hi, there is a double free detected in tcache 2: function void foo (const scalar *X)     X += 1     eval X end function Z = 1 foo(Z) Marcin -- Marcin Błażejowski ___ Gretl-devel mailing list -- gretl-devel@gretlml.univpm.it To unsubscribe send

[Gretl-devel] Re: SIGSEGV in purebin_write_data

2021-02-02 Thread Marcin Błażejowski
On 01.02.2021 22:50, Allin Cottrell wrote: On Mon, 1 Feb 2021, Marcin Błażejowski wrote: I've found quite unusual error which happens only when I call a package which uses MPI in my script: we get SIGSEGV in purebin_write_data() from 'purebin.c' since pointer to 'list' is NULL (and gretl

[Gretl-devel] SIGSEGV in purebin_write_data

2021-02-01 Thread Marcin Błażejowski
a source file? Marcin -- Marcin Błażejowski ___ Gretl-devel mailing list -- gretl-devel@gretlml.univpm.it To unsubscribe send an email to gretl-devel-le...@gretlml.univpm.it Website: https://gretlml.univpm.it/postorius/lists/gretl-devel.gretlml.univpm.it/

[Gretl-devel] SIGSEGV

2021-01-21 Thread Marcin Błażejowski
Hi, not very wise script, but produces SIGSEGV when you click on matrix "M" in GUI. M -- Marcin Błażejowski set verbose off M = zeros(2,2) M = M * NA strings L = array(2) L[1] = "a aaa aaa ccc cc ccc" L[2] = &quo

[Gretl-devel] Bug?

2021-01-13 Thread Marcin Błażejowski
Hi, I'm not sure if this is bug or not: open arma catch model <- ols y 0 u But if it is a bug, here is another: open arma catch model <- ols y 0 u --quiet Marcin -- Marcin Błażejowski ___ Gretl-devel mailing list -- gretl-devel@gretlml.uni

[Gretl-devel] Re: Augmenting a bundles array errors

2021-01-09 Thread Marcin Błażejowski
untu 20.04. [...] # fails bundles B = null B = B + _(value = defarray("A", "B", "C")) Hm, is the statement like '_(value = defarray("A", "B", "C"))' documented? I didn't know it and I'd like to read about it. Marcin -- Marcin B

[Gretl-devel] Re: Bundle with package association

2020-11-12 Thread Marcin Błażejowski
On 12.11.2020 14:29, Sven Schreiber wrote: > Am 12.11.2020 um 14:23 schrieb Marcin Błażejowski: >> Hi, >> >> let's image we have a session with a bundle inside which we known about >> that it is a product of some package. If such a bundle was produced >> dire

[Gretl-devel] Bundle with package association

2020-11-12 Thread Marcin Błażejowski
manually edit the session to make such assiocioation, but maybe we could add an option for that? -- Marcin Błażejowski ___ Gretl-devel mailing list -- gretl-devel@gretlml.univpm.it To unsubscribe send an email to gretl-devel-le...@gretlml.univpm.it

[Gretl-devel] Re: RE probit and perfect prediction

2020-11-09 Thread Marcin Błażejowski
ven send me an email with proposal where to start but... Meantime my Son finish 7 months ;) Regards, Marcin -- Marcin Błażejowski ___ Gretl-devel mailing list -- gretl-devel@gretlml.univpm.it To unsubscribe send an email to gretl-devel-le...@gretlml.univpm.it Website: https://gretlml.univpm.it/postorius/lists/gretl-devel.gretlml.univpm.it/

[Gretl-devel] GIT issue

2020-05-25 Thread Marcin Błażejowski
Hi, it looks like 'geoplot_utils.inp' is missing in git repo. Cheers, Marcin -- Marcin Błażejowski ___ Gretl-devel mailing list -- gretl-devel@gretlml.univpm.it To unsubscribe send an email to gretl-devel-le...@gretlml.univpm.it Website: https

[Gretl-devel] Re: OT: quiet loop (Re: Re: x-range for scatters using daily data)

2020-03-02 Thread Marcin Błażejowski
20b. I think so. IMHO it may need a intensive testing for side effects, as Sven just told. Marcin -- Marcin Błażejowski ___ Gretl-devel mailing list -- gretl-devel@gretlml.univpm.it To unsubscribe send an email to gretl-devel-le...@gretlml.uni

[Gretl-devel] Re: mols() and multithreading

2020-01-31 Thread Marcin Błażejowski
though I saw that in later messages than this one > Marcin had it. Sven, two fings: type 'make clean' and run configure again. You may also (before configuring) type "export LAPACK_LIBS='-lopenblas -lgfortran'" Marcin -- Marcin Błażejowski ___

[Gretl-devel] Re: mols() and multithreading

2020-01-28 Thread Marcin Błażejowski
On 28.01.2020 11:00, Sven Schreiber wrote: > Am 28.01.2020 um 10:53 schrieb Marcin Błażejowski: >>>> On 28.01.2020 09:18, Sven Schreiber wrote: >>>>> But openblas alone doesn't explain the equality of the 4-thread and >>>>> the single-thread outco

[Gretl-devel] Re: mols() and multithreading

2020-01-28 Thread Marcin Błażejowski
On 28.01.2020 10:45, Sven Schreiber wrote: > Am 28.01.2020 um 09:27 schrieb Marcin Błażejowski: >> On 28.01.2020 09:18, Sven Schreiber wrote: >>> But openblas alone doesn't explain the equality of the 4-thread and >>> the single-thread outcome, at least comparing to the

[Gretl-devel] Re: mols() and multithreading

2020-01-28 Thread Marcin Błażejowski
On 28.01.2020 09:18, Sven Schreiber wrote: > Am 28.01.2020 um 07:34 schrieb Marcin Błażejowski: >> On 17.01.2020 12:13, Sven Schreiber wrote: >>> I varied the environment variables OMP_NUM_THREADS and >>> OPENBLAS_NUM_THREADS: >>> >>> OMP..

[Gretl-devel] Re: mols() and multithreading

2020-01-27 Thread Marcin Błażejowski
- 8 8    2.86 8 4    2.81 4 8    2.86 8 1    2.81 1 8        2.87 -- I'm attaching shell script to run test for all possibilities.

[Gretl-devel] Re: mols() and multithreading

2020-01-24 Thread Marcin Błażejowski
On 24.01.2020 16:02, Sven Schreiber wrote: > Am 22.01.2020 um 22:44 schrieb Allin Cottrell: >> On Wed, 22 Jan 2020, Sven S wrote: >> >>> Am 22.01.20 um 14:47 schrieb Marcin Błażejowski: >>>> my machine is: 4 Hyper-Threaded Core i7-8550U CPU @ 1.80GHz.

[Gretl-devel] Re: mols() and multithreading

2020-01-24 Thread Marcin Błażejowski
On 24.01.2020 14:28, Allin Cottrell wrote: > On Fri, 24 Jan 2020, Marcin Błażejowski wrote: > >> On 23.01.2020 22:31, Allin Cottrell wrote: >>> On Thu, 23 Jan 2020, Marcin Błażejowski wrote: >>> >>>> gretl links (after a long alternatives chain) agains

[Gretl-devel] Re: mols() and multithreading

2020-01-23 Thread Marcin Błażejowski
On 23.01.2020 22:31, Allin Cottrell wrote: > On Thu, 23 Jan 2020, Marcin Błażejowski wrote: > >> gretl links (after a long alternatives chain) against >> '/usr/lib/x86_64-linux-gnu/openblas-openmp/libblas.so.3' (and in >> case of LAPACK against >> '/usr/lib/x8

[Gretl-devel] Re: mols() and multithreading

2020-01-23 Thread Marcin Błażejowski
On 23.01.2020 18:23, Allin Cottrell wrote: > On Thu, 23 Jan 2020, Marcin Błażejowski wrote: > >> That is something which bothers me: I have OpenBLAS 0.3.7+ds-7 taken >> from Debian repos (libopenblas-base:amd64 + >> libopenblas-openmp-dev:amd64) and gretl links (after a lo

[Gretl-devel] Re: mols() and multithreading

2020-01-22 Thread Marcin Błażejowski
On 22.01.2020 17:04, Sven S wrote: > Am 22.01.20 um 14:47 schrieb Marcin Błażejowski: >> >> Hi Sven, >> >> my machine is: 4 Hyper-Threaded Core i7-8550U CPU @ 1.80GHz. >> >> My results: >> >> OMP...    OPENBLAS...  

[Gretl-devel] Re: mols() and multithreading

2020-01-22 Thread Marcin Błażejowski
    7.24 4 1 8.36 1 4 12.66 1 1 12.51 -- 8 8 8.75 8 4 7.71 4 8 8.44 8     1

[Gretl-devel] Re: MPI and OpenMP (and openblas?)

2020-01-16 Thread Marcin Błażejowski
MP >> automagically. > > Aha, that would explain it. But the question is, is it a bug? I mean if > we want to suppress multithreading, we want to do that also in the > openblas context, no? I believe, yes. Cheers, Marcin -- Marcin Błażejowski _

[Gretl-devel] Re: MPI and OpenMP (and openblas?)

2020-01-16 Thread Marcin Błażejowski
remember that 2-3 years ago Jack explained me that some algebra stuff lauch OpenMP automagically. Regards, Marcin -- Marcin Błażejowski ___ Gretl-devel mailing list -- gretl-devel@gretlml.univpm.it To unsubscribe send an email to gretl-dev

[Gretl-devel] Re: eiggen2

2020-01-09 Thread Marcin Błażejowski
and  "randgen1" functions. Marcin -- Marcin Błażejowski ___ Gretl-devel mailing list -- gretl-devel@gretlml.univpm.it To unsubscribe send an email to gretl-devel-le...@gretlml.univpm.it Website: https://gretlml.univpm.it/postorius/lists/gretl-devel.gretlml.univpm.it/

[Gretl-devel] Re: Function packages quality measures

2020-01-07 Thread Marcin Błażejowski
r package with Diebold-Mariano test implementation and he found three in R. The problem was that for ta same dataset these three packages were giving three different results. -- Marcin Błażejowski ___ Gretl-devel mailing list -- gretl-devel@gretlml.univpm.it To un

[Gretl-devel] Re: speed of (m)ols with svd

2019-12-28 Thread Marcin Błażejowski
u have SKYLAKEX (with AVX512) for skylake-x (they have "X" at the and of the name). Marcin -- Marcin Błażejowski ___ Gretl-devel mailing list -- gretl-devel@gretlml.univpm.it To unsubscribe send an email to gretl-devel-le...@gretlml.univpm.it Website

[Gretl-devel] Re: Allow shell commands in gretl-git, linux server with out using the GUI

2019-11-05 Thread Marcin Błażejowski
I manage > this directory. Kind Regards I shoud be placed in your home directory. -- Marcin Błażejowski ___ Gretl-devel mailing list -- gretl-devel@gretlml.univpm.it To unsubscribe send an email to gretl-devel-le...@gretlml.univpm.it Web

[Gretl-devel] Sessions small bug (I suppose)

2019-11-05 Thread Marcin Błażejowski
a session archive. And it works. The problematic text consists on 243536 rows and weights 15.2 MB, so I suppose there should be some limiter for text icons in order to prevent similar issues. Marcin -- Marcin Błażejowski ___ Gretl-devel mailing lis

[Gretl-devel] Re: SIGSEGV - dbnomics

2019-10-28 Thread Marcin Błażejowski
On 28.10.2019 12:56, Allin Cottrell wrote: > On Mon, 28 Oct 2019, Riccardo (Jack) Lucchetti wrote: > >> On Mon, 28 Oct 2019, Marcin Błażejowski wrote: >> >>> Hi, >>> >>> simple script: >>> >>> set verbose off >>> open dbnom

[Gretl-devel] SIGSEGV - dbnomics

2019-10-28 Thread Marcin Błażejowski
GDB output: --- Thread 1 "gretl_x11" received signal SIGSEGV, Segmentation fault. write_dbn_csv (v=0x0, fp=0x557bb200, ds=0x0, T=, S=0x5613a150) at ../lib/src/dbnread.c:65 65  if (na(v->val[i])) { (gdb) ------- Marcin

[Gretl-devel] Re: SIGSEGV

2019-10-24 Thread Marcin Błażejowski
pt should now run > fine with the version in git. Allin: please review!!! And it works!!! -- Marcin Błażejowski ___ Gretl-devel mailing list -- gretl-devel@gretlml.univpm.it To unsubscribe send an email to gretl-devel-le...@gretlml.univpm.it Website:

[Gretl-devel] SIGSEGV

2019-10-23 Thread Marcin Błażejowski
M_list", maxlen=maxlen@entry=32,     loop=loop@entry=0x55887570, dset=dset@entry=0x5580daa0, subst=subst@entry=0x0, opt=opt@entry=OPT_T)     at ../lib/src/monte_carlo.c:3035 3035    *subst = 0; -- Marcin -- Marcin Błażejowski countries.gdt Desc

[Gretl-devel] Re: MPI data transfer

2019-10-19 Thread Marcin Błażejowski
On 18.10.2019 22:08, Allin Cottrell wrote: > On Fri, 18 Oct 2019, Marcin Błażejowski wrote: > >>>> ALT_BUNSEND: 1, NEW_BUNCAST: 1 => crash >>>> ALT_BUNSEND: 0, NEW_BUNCAST: 0 => works >>> OK, but what about ALT_BUNSEND: 0, NEW_BUNCAST: 1 ? >> &g

[Gretl-devel] Re: Effective testing OpenMP in algebra operations

2019-10-18 Thread Marcin Błażejowski
On 15.10.2019 12:49, Marcin Błażejowski wrote: > On 15.10.2019 12:31, Artur Tarassow wrote: >> Am 15.10.19 um 12:18 schrieb Marcin Błażejowski: >>> Hi, >>> >>> I'd like to compare speed of algebra operations when gretl uses >>> OpenBlas+openmp

[Gretl-devel] Re: MPI data transfer

2019-10-18 Thread Marcin Błażejowski
On 18.10.2019 16:23, Allin Cottrell wrote: > 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: >>&

[Gretl-devel] Re: MPI data transfer

2019-10-18 Thread Marcin Błażejowski
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:

[Gretl-devel] Re: MPI data transfer

2019-10-18 Thread Marcin Błażejowski
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

[Gretl-devel] Re: MPI data transfer

2019-10-18 Thread Marcin Błażejowski
18 08:05 have 20 matrices bcast time: 0,0125704s got 20 matrices send/recv time: 0,00509449s diff_arrays gave 0 Marcin -- Marcin Błażejowski ___ Gretl-devel mailing list -- gretl-devel@gretlml.univpm.it To unsubscribe send an email to gretl-devel-le..

[Gretl-devel] Re: Effective testing OpenMP in algebra operations

2019-10-15 Thread Marcin Błażejowski
On 15.10.2019 12:31, Artur Tarassow wrote: > > Am 15.10.19 um 12:18 schrieb Marcin Błażejowski: >> Hi, >> >> I'd like to compare speed of algebra operations when gretl uses >> OpenBlas+openmp or OpenBlas+pthreads or Atlas and I'm looking for a >> simple and

[Gretl-devel] Effective testing OpenMP in algebra operations

2019-10-15 Thread Marcin Błażejowski
Hi, I'd like to compare speed of algebra operations when gretl uses OpenBlas+openmp or OpenBlas+pthreads or Atlas and I'm looking for a simple and effective script for such comparison. 9 years ago Alling posted 'matmult_test.inp', is this code sufficient for my task? Marcin -- Marcin

[Gretl-devel] Re: Speed of matrix "block" operations

2019-10-15 Thread Marcin Błażejowski
432s  50 columns per chunk: 7,0944s 100 columns per chunk: 9,3844s 125 columns per chunk: 9,8562s 500 columns per chunk: 6,5650s Marcin -- Marcin Błażejowski ___ Gretl-devel mailing list -- gretl-devel@gretlml.univpm.it To unsubscribe send an email to

[Gretl-devel] Re: Speed of matrix "block" operations

2019-10-13 Thread Marcin Błażejowski
hat could/should(?) be done by AVX extensions? But I have to admit that I no idea how to use such low-level optimisation for scripting language. Marcin -- Marcin Błażejowski ___ Gretl-devel mailing list -- gretl-devel@gretlml.univpm.it To unsubscribe send

[Gretl-devel] Re: Speed of matrix "block" operations

2019-10-13 Thread Marcin Błażejowski
8s  25 columns per chunk: 0,2619s  50 columns per chunk: 0,5516s 100 columns per chunk: 1,7819s 125 columns per chunk: 2,2742s 500 columns per chunk: 5,9761s Marcin -- Marcin Błażejowski ___ Gretl-devel mailing list -- gretl-devel@gretlml.univpm.it To unsub

[Gretl-devel] Re: Speed of matrix "block" operations

2019-10-13 Thread Marcin Błażejowski
On 12.10.2019 22:01, Allin Cottrell wrote: > On Sat, 12 Oct 2019, Marcin Błażejowski wrote: > > I'm attaching a modified verson of your script which may clarify > things. The relative execution times of your variants are mostly a > function of how much excess indexation arithmetic y

[Gretl-devel] Speed of matrix "block" operations

2019-10-12 Thread Marcin Błażejowski
eval est4 loop LOOP --quiet     loop i=BLOCK_start..BLOCK_start-1+BLOCK_size --quiet     loop j=1..COL --quiet     B5[i, j] = A[i, j]     endloop     endloop endloop eval $stopwatch printf "Difference 1: %f\n", est1 - est2 printf "Difference 2: %f\n", est3

[Gretl-devel] Re: $sysinfo on MS Windows

2019-10-10 Thread Marcin Błażejowski
On 10.10.2019 18:29, Allin Cottrell wrote: > On Thu, 10 Oct 2019, Marcin Błażejowski wrote: > >> Hi, >> >> I have a machine with 4 phisical cores (Intel Core i5-4460 @3.2 GHz >> _without HT_) ran under Windows 7 Pro 64 bit. The 'eval $sysinfo' gives >> the fo

[Gretl-devel] $sysinfo on MS Windows

2019-10-10 Thread Marcin Błażejowski
= openblas   omp_num_threads = 4   ncores = 1   omp = 1   blas_parallel = OpenMP   mpimax = 4   wordlen = 64 -- Shouldn't the 'ncores' entry be set to 4 instead of 1? Marcin -- Marcin Błażejowski ___ Gretl-devel mailing list -- gretl-devel

[Gretl-devel] Re: Debugging MPI on Windows

2019-10-09 Thread Marcin Błażejowski
On 09.10.2019 21:17, Allin Cottrell wrote: > On Wed, 9 Oct 2019, Marcin Błażejowski wrote: > > I think this may now be fixed (in git and the current Windows > snapshots). It seems there may be a race condition in creating > temporary files via GLib on Windows that is not ap

[Gretl-devel] Re: Debugging MPI on Windows

2019-10-08 Thread Marcin Błażejowski
On 06.10.2019 17:38, Allin Cottrell wrote: > On Sun, 6 Oct 2019, Marcin Błażejowski wrote: > >> On 06.10.2019 16:40, Allin Cottrell wrote: > > As for the --quiet flag, that's an option passed along to gretlmpi, > not aimed at mpiexec, so I don't know how there could be any &

[Gretl-devel] Re: Debugging MPI on Windows

2019-10-06 Thread Marcin Błażejowski
On 06.10.2019 16:40, Allin Cottrell wrote: > On Sun, 6 Oct 2019, Marcin Błażejowski wrote: > >> On 06.10.2019 09:55, Marcin Błażejowski wrote: >>> Hi, >>> >>> I face the problem with MPI in Windows: when I start processing on more >>> than 3 nodes I

[Gretl-devel] Re: Debugging MPI on Windows

2019-10-06 Thread Marcin Błażejowski
On 06.10.2019 09:55, Marcin Błażejowski wrote: > Hi, > > I face the problem with MPI in Windows: when I start processing on more > than 3 nodes I'm getting the following message (current git 64 bit > compilation + currenty MS MPI 10 library): > ## > MPI nod

[Gretl-devel] Debugging MPI on Windows

2019-10-06 Thread Marcin Błażejowski
+ OpenMPI even in 20 nodes (haavelmo). So I'd like to ask how to debug MPI on Windows efficiently? Marcin -- Marcin Błażejowski ___ Gretl-devel mailing list -- gretl-devel@gretlml.univpm.it To unsubscribe send an email to gretl-devel-le...@gretlml.univpm.it

[Gretl-devel] Re: MPI and dataset context

2019-09-16 Thread Marcin Błażejowski
On 16.09.2019 12:58, Sven Schreiber wrote: > Am 16.09.2019 um 12:39 schrieb Marcin Błażejowski: >> On 16.09.2019 11:57, Sven Schreiber wrote: >>> >>> - We have a --send-functions option to mpi; wouldn't it make sense to >>> also have something like --sen

[Gretl-devel] Re: MPI and dataset context

2019-09-16 Thread Marcin Błażejowski
o. Regards, Marcin -- Marcin Błażejowski ___ Gretl-devel mailing list -- gretl-devel@gretlml.univpm.it To unsubscribe send an email to gretl-devel-le...@gretlml.univpm.it Website: https://gretlml.univpm.it/postorius/lists/gretl-devel.gretlml.univpm.it/

[Gretl-devel] Re: Memory useage by bundles

2019-08-29 Thread Marcin Błażejowski
On 29.08.2019 11:11, Sven Schreiber wrote: > Am 29.08.2019 um 10:38 schrieb Marcin Błażejowski: >> Hi, >> >> suppose we have two kx1 matrixes (bhat and bvar, in fact). I'd like to >> ask what is more efficient (in terms of memory consumption): having in >> bundle

[Gretl-devel] "%x" formatter in docs

2019-08-29 Thread Marcin Błażejowski
Hi, I think that neither in PDF nor internal gretl's help the "%x" formatter is not mentioned. Marcin -- Marcin Błażejowski ___ Gretl-devel mailing list -- gretl-devel@gretlml.univpm.it To unsubscribe send an email to gret

  1   2   3   >