Skip to Content.
Sympa Menu

forum - Re: cut3d with netcdf support building problem

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

Re: cut3d with netcdf support building problem


Chronological Thread 
  • From: simon.pesant@umontreal.ca
  • To: forum@abinit.org
  • Subject: Re: cut3d with netcdf support building problem
  • Date: Thu, 23 Feb 2006 16:32:08 +0100

Hi,

With abinit, you can build the netcdf library using the command make netcdf.
On a linux platform you should use these flags in your makefile_macros :

NC_FC="ifort" \
NC_FFLAGS="-g -O2 -mp -recursive"\
NC_CPPFLAGS="-DNDEBUG -DpgiFortran" \
NC_CC=gcc \
NC_CXX=g++ \
NC_CFLAGS="-g -O2 -march=pentium3" \

With this it should build the netcdf library and the compilation of cut3d
should work.

Cordially,
Simon Pesant



Archive powered by MHonArc 2.6.16.

Top of Page