CAMB: run with MPI

Use of Cobaya. camb, CLASS, cosmomc, compilers, etc.
Post Reply
gongbo zhao
Posts: 73
Joined: January 04 2005
Affiliation: NAOC
Contact:

CAMB: run with MPI

Post by gongbo zhao » June 27 2005

Dear all:
I am trying to do some loops of parameters in CAMB and run it with MPI on a INTEL-8 like supercomputer. In Makefile,I set
F90C = efc
FFLAGS = -openmp -ip -O2 -Vaxlib -W0 -WB -fpp2 and run with 256 CPUs.
However the result is not correct in that CAMB has repeated the computation for 256 times with the same parameter. On the other hand , I have tested my code on a COMPAQ machine with the Makefile:
F90C = f90
FFLAGS = -omp -O4 -arch host -math_library fast -tune host -fpe1

and found the result correct. Any suggestions on that ? Thanks in advance.

Cheers,
Gongbo Zhao

Post Reply