Problem with new CAMB update: Does not print the output files

Use of Cobaya. camb, CLASS, cosmomc, compilers, etc.
Post Reply
Dionysis Karagiannis
Posts: 3
Joined: November 07 2013
Affiliation: Durhan University

Problem with new CAMB update: Does not print the output file

Post by Dionysis Karagiannis » November 07 2013

I recently updated to the last CAMB version. I made the Makefile and everything compiles normally with ifort, but after ./camb params.ini command the code does not create the .dat as specified in the params.ini file. I am trying to create a transfer function (have changed already get_transfer=T) but the code does not create any .dat file for the results. Havent used CAMB for quite a while but it used to work for me in the past. Dont know now if I am doing something wrong or if it just doesn't collaborates with my pc anymore. Thank you in advance for your help.

Jason Dossett
Posts: 97
Joined: March 19 2010
Affiliation: The University of Texas at Dallas
Contact:

Problem with new CAMB update: Does not print the output file

Post by Jason Dossett » November 07 2013

Hi,

All output files will be have the output_root prefix. So if you set

Code: Select all

output_root = test


The output files for the transfer functions will by default be:

Code: Select all

test_transfer_out.dat

Post Reply