cosmomc on suns

Use of Cobaya. camb, CLASS, cosmomc, compilers, etc.
Post Reply
Alys Morgan
Posts: 1
Joined: September 30 2004
Affiliation: Oxford

cosmomc on suns

Post by Alys Morgan » November 18 2004

We are trying to install cosmomc on a solaris 9.0, single cpu computer with the f90 compiler. Is it possible to do this with only LAPACK available (not sunperf) and if so, how do we edit the makefile to do this?

Thanks, Alys.

Antony Lewis
Posts: 1941
Joined: September 23 2004
Affiliation: University of Sussex
Contact:

cosmomc on suns

Post by Antony Lewis » November 19 2004

Certainly CosmoMC only uses a few LAPACK routines - nothing else in sunperf. I don't know what format you have LAPACK in, but probably just a question of putting

-Lpath_to_libs -llapack -lblas

or similar.

Anze Slosar
Posts: 183
Joined: September 24 2004
Affiliation: Brookhaven National Laboratory
Contact:

cosmomc on suns

Post by Anze Slosar » November 19 2004

Slightly off-topic, but: in my experience it is going to be very slow, i.e. not very useful for anything much beyond debuggin. The following options give you quite a big increase in performance (about 2x, on most modern suns):

-fast -xO4 -xtarget=native -xarch=native

but it will stil be very slow!

anze

Post Reply