getdist error

Use of Cobaya. camb, CLASS, cosmomc, compilers, etc.
Post Reply
Riley Mayes
Posts: 5
Joined: February 05 2013
Affiliation: Loyola University New Orleans

getdist error

Post by Riley Mayes » April 19 2013

Hello,

I am trying to use getdist to process the chains specified in the distparams.ini folder. However, I am currently running into an error when I try to use getdist.

The error is found supposedly in line 59 of driver f.90


Code: Select all

       numstr = GetParam(2)
        if (numstr /= '') then
         read(numstr,*) instance
         rand_inst = instance   
        end if
Line 59 is

Code: Select all

read(numstr,*) instance
I am not sure how to fix this error, so any help would be appreciated!

Antony Lewis
Posts: 1945
Joined: September 23 2004
Affiliation: University of Sussex
Contact:

Re: getdist error

Post by Antony Lewis » April 19 2013

Are you running cosmomc rather than getdist?

Riley Mayes
Posts: 5
Joined: February 05 2013
Affiliation: Loyola University New Orleans

getdist error

Post by Riley Mayes » April 25 2013

Thank you!
That seems to have fixed the error that was occurring.

Post Reply