On Fri, Nov 5, 2021 at 11:57 AM Sven Schreiber <[email protected]> wrote: > > 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?
Yes, "use_dcmt" is specific to gretlmpi. If you want to turn off dcmt for an MPI block, use the --single-rng option. Allin _______________________________________________ Gretl-devel mailing list -- [email protected] To unsubscribe send an email to [email protected] Website: https://gretlml.univpm.it/postorius/lists/gretl-devel.gretlml.univpm.it/
