Page 1 of 1

CosmoMC: Why this error?

Posted: May 15 2006
by Jie Ren
I followed the instructions in CosmoMC Readme and the compilation seemed successful, but an error occurs when running cosmomc. Thanks for any suggestions.

[renphysics@nkstar2 cosmomc]$ ./cosmomc params.ini
Random seeds: 16135, 11606 rand_inst: 0
WARNING: computing tensors with num_cls=3 (BB=0)
Computing tensors: F
Doing CMB lensing: F
lmax = 2100
Number of C_ls = 3
Varying 6 parameters ( 0 fast)
reading: params_CMB.covmat
starting Monte-Carlo
reading WMAP3 data
forrtl: No such file or directory
forrtl: info: Fortran error message number is 29.
forrtl: warning: Could not open message catalog: ifcore_msg.cat.
forrtl: info: Check environment variable NLSPATH and protection of /usr/lib/ifcore_msg.cat.
[renphysics@nkstar2 cosmomc]$

CosmoMC: Why this error?

Posted: May 15 2006
by Pascal Vaudrevange
Hi,

it seems like you do not have the WMAP3 data installed properly.

Pascal

Re: CosmoMC: Why this error?

Posted: May 15 2006
by Antony Lewis
Run the WMAP likelihood test program. If that works, make sure you modified the path for the data files (as instructed in the CosmoMC readme) before compiling for use with CosmoMC. If the test program doesn't work, the problem is with your WMAP installation.

CosmoMC: Why this error?

Posted: May 15 2006
by Jie Ren
Thanks!
My mistake is that after I modified the file "WMAP_3yr_options.f90" as instructed in CosmoMC readme, I didn't run "make clean" and just ran "make".