Search found 9 matches

by zidan
Fri Mar 25, 2011 4:00 am
Forum: Configuring and compiling ABINIT
Topic: [SOLVED] problem of make abinit6.6.1
Replies: 15
Views: 10723

Re: problem of make abinit6.6.1

Dear Alain and Pouillon:
Thanks very much for your kindness help, finally I have successfully installed abinit package and it works well!
Kind regards!

Zidan
by zidan
Thu Mar 24, 2011 12:26 pm
Forum: Configuring and compiling ABINIT
Topic: [SOLVED] problem of make abinit6.6.1
Replies: 15
Views: 10723

Re: problem of make abinit6.6.1

Looks to me as if Abinit's configure is unable to find the "netcdf.mod" file. Just find where it is and call configure again adding the following at the end: CPPFLAGS_EXTRA="-I/path/of/netcdf_mod" FCFLAGS_EXTRA="-I/path/of/netcdf_mod" There is no file called "netc...
by zidan
Thu Mar 24, 2011 12:23 pm
Forum: Configuring and compiling ABINIT
Topic: [SOLVED] problem of make abinit6.6.1
Replies: 15
Views: 10723

Re: problem of make abinit6.6.1

Question 1: do you have a RH installed netcdf package; check with rpm -qa as mentioned earlier. If yes, please report the name of the package - there are several sources of netcdf on RH distribution. Question 2: Do you have a file named /vol5/home/simg/software/library/netcdf/lib/libnetcdff.* - * c...
by zidan
Thu Mar 24, 2011 2:49 am
Forum: Configuring and compiling ABINIT
Topic: [SOLVED] problem of make abinit6.6.1
Replies: 15
Views: 10723

Re: problem of make abinit6.6.1

Yes, I have installed netcdf, and I try to install abinit again, with : ./configure --prefix=/vol5/home/simg/software/abinit/ FC=/vol5/home/simg/software/local/gcc-4.5.2/bin/gfortran CC=/vol5/home/simg/software/local/gcc-4.5.2/bin/gcc CXX=/vol5/home/simg/software/local/gcc-4.5.2/bin/g++ --with_netcd...
by zidan
Wed Mar 23, 2011 2:22 am
Forum: Configuring and compiling ABINIT
Topic: [SOLVED] problem of make abinit6.6.1
Replies: 15
Views: 10723

Re: problem of make abinit6.6.1

I have tried the two suggestions you gave, but the "make" process interrupted at the same place as before! I think there are something wrong with the netcdf compilling, but i don't know how to fix it! Thinks!

Zidan
by zidan
Tue Mar 22, 2011 2:37 pm
Forum: Configuring and compiling ABINIT
Topic: [SOLVED] problem of make abinit6.6.1
Replies: 15
Views: 10723

Re: problem of make abinit6.6.1

Did you "make clean" before the configure step? I delete the abinit-6.6.1 folder and untar the abinit-6.6.1 package, and then "./configure --prefix=/vol5/home/simg/software/abinit/ FC=/vol5/home/simg/software/local/gcc-4.5.2/bin/gfortran CC=/vol5/home/simg/software/local/gcc-4.5.2/bi...
by zidan
Tue Mar 22, 2011 2:05 pm
Forum: Configuring and compiling ABINIT
Topic: [SOLVED] problem of make abinit6.6.1
Replies: 15
Views: 10723

Re: problem of make abinit6.6.1

Dear Zidan, From your config.log ... configure:10801: gcc --version >&5 gcc (GCC) 4.1.2 20071124 (Red Hat 4.1.2-42) i.e. 4.1.2 = old stuff = unsupported. I would suggest to adapt your environment to the gcc-4.5.2 that you mentioned (i.e. PATH and LD_LIBRARY_PATH) and configure Abinit with a pro...
by zidan
Tue Mar 22, 2011 1:25 pm
Forum: Configuring and compiling ABINIT
Topic: [SOLVED] problem of make abinit6.6.1
Replies: 15
Views: 10723

Re: problem of make abinit6.6.1

I have thought there are some thing wrong with the netcdf in the plugins directory, then I download a netcdf package form the web page http://www.unidata.ucar.edu/software/netcdf/ and install it, then i try --with-netcdf=... while configuring abinit, but it doesn't work!
Thanks for your kindness help! :)
by zidan
Tue Mar 22, 2011 1:19 pm
Forum: Configuring and compiling ABINIT
Topic: [SOLVED] problem of make abinit6.6.1
Replies: 15
Views: 10723

[SOLVED] problem of make abinit6.6.1

When I try to install abinit on the cluster (RedHat Enterprise Linux 5 x86_64, gcc 4.5.2, intel 10.1) I have tried: 1. ./configure --prefix... 2. make FC=gfortran, then error came up as the following make[7]: Entering directory `/vol5/home/simg/software/abinit-6.6.1/plugins/netcdf/netcdf-4.1.1/fortr...