[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20040310: building netCDF on 64-bit AMD Opteron



Bernard,

>Date: Wed, 10 Mar 2004 19:32:20 +0100 (CET)
>From: Bernard Legras <address@hidden>
>Organization: Ecole Normale Superieure/Laboratoire de Meteorologie Dynamique
>To: Steve Emmerson <address@hidden>
>Subject: Re: 20040310: building netCDF on 64-bit AMD Opteron 
>Keywords: 200403101654.i2AGsgrV021760

The above message contained the following:

> Thanks a lot. It works with these parameters. 

Great!

> Do you also have the parameters required for pgi compiler?

Version 5.1 of pgf90(1) appears to have a bug that causes the "make test" of
the Fortran-90 interface to fail -- so this might not work.

You should be able to build using the following:

    CC=/usr/bin/gcc
    CPPFLAGS='-DNDEBUG -DpgiFortran'
    CFLAGS=-O
    FC=pgf90
    FFLAGS='-O -w'
    CXX=/usr/bin/g++

We don't have a 64-bit Linux system with version 5.1 of pgf90(1) so we
won't be able to help you with this.

> Sincerely,
> 
> Bernard

Regards,
Steve Emmerson