Error in Matrix_Diagonalize with BKP likelihood

Use of Cobaya. camb, CLASS, cosmomc, compilers, etc.
Post Reply
Mason Ng
Posts: 26
Joined: May 17 2017
Affiliation: The University of Auckland

Error in Matrix_Diagonalize with BKP likelihood

Post by Mason Ng » October 05 2017

Hi all, so I was running the PolyChord sampler for this combination of likelihoods:

Code: Select all

DEFAULT(./batch2/plik_dx11dr2_HM_v18_TT.ini) #high-l likelihood
DEFAULT(./batch2/lowTEB.ini) #low-l T, and polarization

#other likelihoods
DEFAULT(./batch2/BAO.ini)
DEFAULT(./batch2/BK14.ini)
I got the following error:

Code: Select all

 Error in Matrix_Diagonalize
 MpiStop:           14
application called MPI_Abort(MPI_COMM_WORLD, 65597440) - process 14
[0:compute-b1-005-p] EXT DTO completed with error. cookie=0x8000e status=1
Assertion failed in file ../../src/mpid/ch3/channels/nemesis/netmod/dapl/dapl_poll_rc.c at line 2606: 0
internal ABORT - process 0
With advice from http://cosmocoffee.info/viewtopic.php?p=7322, I tried to, for the proposal matrix,

- use base_BAO_TT_lowTEB_plik.covmat
- use BK14.covmat
- use no covariance matrix

I did try action = 4 (to test likelihoods) rather than action = 5 (for the PolyChord) sampler, and it looks like the testing worked out even with BK14.ini (though I used my own .ini file, rather than test.ini). So I'm not sure what's going on now. Please advise. Thanks in advance.

Post Reply