equations_ppf.f90 cosmomc pause statement

Use of Cobaya. camb, CLASS, cosmomc, compilers, etc.
Post Reply
Nishanth Sasankan
Posts: 27
Joined: September 07 2016
Affiliation: university of notre dame

equations_ppf.f90 cosmomc pause statement

Post by Nishanth Sasankan » November 01 2017

I put a pause statement in the equations_ppf.f90 just to find out when during my cosmomc run i use the module. However, when i did a test run with

./cosmomc test.ini

It never paused. Does cosmomc not use these modules? However i do see equations_ppf.f90 compiled during the make command.

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

Re: equations_ppf.f90 cosmomc pause statement

Post by Antony Lewis » November 01 2017

It should use it, where did you put it?

Nishanth Sasankan
Posts: 27
Joined: September 07 2016
Affiliation: university of notre dame

equations_ppf.f90 cosmomc pause statement

Post by Nishanth Sasankan » November 02 2017

In the beginning of the function w_de(a)

function w_de(a)
real(dl) :: w_de, al
real(dl), intent(IN) :: a
write(*,*) 'here'
pause

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

Re: equations_ppf.f90 cosmomc pause statement

Post by Antony Lewis » November 02 2017

That should be called if you have w\ne-1.

Post Reply