Page 1 of 1

Error with getdist

Posted: July 13 2017
by Sunny Vagnozzi
Hi all,

I am running the fortran version of getdist to analyze my chains (./getdist distparams.ini chains/root), but after getdist reads the chains and gives me the convergence R-1, I get the following error:

Code: Select all

TRealList: Compare not defined for this type
The end result is that only a root.converge file is produced, but not root.margestats, root.likestats, root.covmat, root.corr, etc.

Any idea what the problem might be?

Cheers,
Sunny

Re: Error with getdist

Posted: July 13 2017
by Antony Lewis
Which compiler?

In any case I would recommend you use the python GetDist. (you can also use the menu items in the GetDist GUI to view statistics for selected chains, including displayed nicely as automatically latex-formatted tables).

Error with getdist

Posted: July 13 2017
by Sunny Vagnozzi
Should be ifort, but I'll try to use the python version, thanks!