Page 1 of 1

importance sampling problem

Posted: September 20 2017
by Zhen Pan
I have 6 chains:
PlanckTP_1.txt ... PlanckTP_6.txt (also PlanckTP_1.data... PlanckTP_6.data ).

Now I am doing an importance sampling using HST.ini by adding

Code: Select all

DEFAULT(batch2/HST.ini)
to the PlanckTP.ini, set

Code: Select all

action = 1
and rerun the .ini file.

But the importance sampling only processes the 1st chain :
reading from: chains/PlanckTP_1.data
writing to: chains/post_PlanckTP_lensing_1.*


Do I miss anything ?

Re: importance sampling problem

Posted: September 20 2017
by Antony Lewis
Did you do mpirun -np 6 ./cosmomc...?

importance sampling problem

Posted: September 20 2017
by Zhen Pan
Ahh, that's the problem. Thank you, Antony!