Am 05.11.2021 um 16:32 schrieb Sven Schreiber:
for debugging reasons I'm trying to use "set use_dcmt off" as per the
MPI doc, but I get an error. Is this only allowed inside an mpi block,
not "preemptively"? That would make debugging more difficult. Couldn't
the option be handed over to gretlmpi from gretl itself? (Or perhaps
some other thing is going on?)
Hm, even trying Listing 1 from the gretl + MPI guide (wrapped inside an
mpi block) fails for me on the latest snapshot, whereas it runs OK
(only) if I comment out the following two lines at the top:
set use_dcmt off # or not?
set seed 12337
Is there a difference between an mpi block and directly running this
stuff in the gretlmpi program?
thanks
sven