Problematic clik module?

Use of Cobaya. camb, CLASS, cosmomc, compilers, etc.
Post Reply
Kelsey Lund
Posts: 2
Joined: January 24 2015
Affiliation: UCSD

Problematic clik module?

Post by Kelsey Lund » May 13 2015

Hello!
When attempting to run make, I run into a (catastrophic) error that seems to be related to a problematic clik module. Once it runs into this error, it just quits everything. Switched out the ifort.py file with a duplicate of the one used on another computer, and changed all the gcc to icc per a solution we found on another thread. It seemed to make things run, but I still ran into the same problem with what seemed to be the clik module. Not quite sure what is wrong with it, or what to really look for. Thanks!

Image
[/img]

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

Problematic clik module?

Post by Jason Dossett » May 15 2015

Have you tried rebuilding clik? Make sure to use flags

Code: Select all

--icc --ifort 
with waf to tell it you want to build with intel compilers.

Post Reply