Page 1 of 1

CAMB: openmp for NAG f95

Posted: January 21 2006
by Joanna Dunkley
Does anyone know if the NAG f95 compiler supports OPENMP, and if so how to switch it on when compiling? I'm trying to get CAMB to run on two processors.
thanks! Jo

CAMB: openmp for NAG f95

Posted: January 25 2006
by Jochen Weller
Hi Jo

I looked at this once and failed :( You require a SMP library,
see:
http://www.nag.com/numeric/FL/FSdescription.asp

unfortunately I could not find it for Mac OS X.
But maybe this is a starting point ?

Cheers
Jochen

CAMB: openmp for NAG f95

Posted: January 26 2006
by Edd Edmondson
Currently, if you need OpenMP for Fortran 95 on OS X then your best bet is probably the Absoft compiler (if you can find the money for it). The Omni compilers only do F77 from what I can see.

http://hpc.sf.net/ is a handy site for compilers on OS X.

CAMB: openmp for NAG f95

Posted: February 03 2006
by Joanna Dunkley
Thanks Jochen and Edd!

So far no luck with the smp library, I am trying on linux actually, not mac osx.
I will probably try instead to get hold of the intel compiler which I know works fine with openmp.

cheers, Jo