Page 1 of 1

HEALPix and g95

Posted: January 29 2005
by Jason McEwen
Has anyone managed to compile HEALPix using g95?

I've added the following hack (in the appropriate places) to the configure script so that g95 is recognised:

Code: Select all

 	
IdentifyCompiler () {
...
ng95="g95"
...
elif [ $ng95 != 0 ] ; then
FCNAME="g95 compiler (note hack added to recognise)"
OFLAGS="-O2"
CC=gcc
...
However, when I run make I get the following error:

Code: Select all

healpix_fft.F90: In function `healpix_fft_MP_complex_fft_orig__':
healpix_fft.F90:684: internal compiler error: Segmentation fault
Is the problem perhaps due to a bug in g95? (I've had g95 working with CAMB so it's installed correctly.)

HEALPix and g95

Posted: March 03 2005
by Eric Hivon
Hi Jason,

It is indeed a (small) g95 problem.
See http://www.eso.org/science/healpix/cont ... Forum.html
for a patch of the Healpix source files that works with March 2, 2005 version of g95

Eric