Page 1 of 1

wmap5 likelihood running error 2

Posted: March 13 2008
by Susana Landau
Hi everybody:

when running on a cluster, I had no problems with wmap5 likelihood, however running on my pc, with intel 8.1 fortran compiler and MathkernelLibrary 8.0.2 I get the following running error:

WMAP 5-year likelihood test program
===================================

NOTE: This code uses a different CMB spectrum than previous versions.
The new spectrum (data/test_cls_v3.dat) is a better fit to the data
than the old one (data/test_cls.dat).

As before, a constant offset is now being subtracted from ln(L).
The value of the offset is the sum of the determinant
contributions to ln(L) computed for the CMB spectrum in
data/test_cls_v3.dat, ln_det_C_f:

-2ln(L) = chi^2 + ln_det_C - ln_det_C_f

Reading in Cls from: data/test_cls_v3.dat
Initializing WMAP likelihood, version v3
Segmentation fault


I appreciate much any help anyone can provide with this error

regards

Susana Landau

wmap5 likelihood running error 2

Posted: March 17 2008
by Akhilesh Nautiyal(akhi)
Hi,

Apply the change the following two files
WMAP_5yr_teeebb_pixlike.F90
WMAP_5yr_tetbeebbeb_pixlike.F90.

the changes are--
In the declaration of ninvplninv2 chage real to real(8), and change >dble(ninvplninv2) to ninvplninv2 in the arguments of DGEMV.



But still I am getting a large difference as
——-
TOTAL -2ln(L) = 2555.156223
——————————————————————
Expected -2ln(L) = 2658.871392
Difference = -103.715169
——————————————————————

Difference = -103.715169
——————————————————————

I have posted this also in cosmocoffee.

Regards,
Akhilesh

wmap5 likelihood running error 2

Posted: March 17 2008
by Anze Slosar
Susana,

you probably have the same problem as described (and solved) here:
http://cosmocoffee.info/viewtopic.php?t=1074


Akhilesh,

You error is far too big, try linking against a different lapack library (i.e. default linux lapack rather than mkl). If you get the same, you must have broken the code somehow. If you get a different result, then you have a problematic MKL, upgrade to the latest (or a bit older, mkl gets broken often)

wmap5 likelihood running error 2

Posted: March 17 2008
by Akhilesh Nautiyal(akhi)
HI,

I have checked it. It is coming when I am using
WMAPFLAGS += -DUSE_HIGHELL_TB
in the Makefile.
Can you please tell me how to solve the problem?

Ragards,
Akhilesh

wmap5 likelihood running error 2

Posted: March 17 2008
by Susana Landau
Thank you very much Anze and Akhilesh , the problem is solved

I am sorry Akhilesh, I don't now how to fix yours