Page 1 of 1

equations_ppf.f90 cosmomc pause statement

Posted: November 01 2017
by Nishanth Sasankan
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.

Re: equations_ppf.f90 cosmomc pause statement

Posted: November 01 2017
by Antony Lewis
It should use it, where did you put it?

equations_ppf.f90 cosmomc pause statement

Posted: November 02 2017
by Nishanth Sasankan
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

Re: equations_ppf.f90 cosmomc pause statement

Posted: November 02 2017
by Antony Lewis
That should be called if you have w\ne-1.