Skip to Content.
Sympa Menu

forum - Re: [abinit-forum] Problem in V_sim

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

Re: [abinit-forum] Problem in V_sim


Chronological Thread 
  • From: Damien Caliste <damien.caliste@cea.fr>
  • To: forum@abinit.org
  • Subject: Re: [abinit-forum] Problem in V_sim
  • Date: Mon, 19 Oct 2009 09:11:52 +0200
  • Organization: CEA - recherche fondamentale

Hello,

Le 18/10/2009, Dev Sharma <champbond1983@gmail.com> a écrit :
> I have tried your instruction many times but still i am not able to
> install the V sim with abinit.
>
> I am writing each step, please specify where i am going wrong.???
First, we're going further, so not bad ! Besides, what machine are you
using ? 64bits ? I'm considering putting a all-in-one tar file with
binaries on the V_Sim website, including the ABINIT plug-in.

> home/dev/abinit/abinit-5.7.4/bindings/parser/ab_dtset_py.c:347: error:
> called object ‘import_array()’ is not a function
> make[1]: *** [ab_dtset_py.o] Error 1
> make[1]: Leaving directory
> `/home/dev/abinit/abinit-5.7.4/bindings/parser' make: ***
> [bindings-ready] Error 2
It's for the Python bindings. It's not required for the plug-in. If you
want to indeed compile them, you need to install on your machine the
development files of python and numarray (or scipython).

> i got all the three files as specified by you
> * libabinis.a
> * dtset_c.h
> * ab_dtset_c.h
These files are indeed the one required for V_Sim.

> 4) I copied the * libabinis.a
> in /home/dev/abinit/abinit-5.7.4/src/libs and make a new folder
> (include) in the same directory and copied there * dtset_c.h & *
> ab_dtset_c.h
>
> 5) i configured the V_sim with the following command
>
> ./configure --with-etsf-file-format --with-xsf
> --with-abinit=/home/dev/abinit/abinit-5.7.4/
> --with-abinit-include=/home/dev/abinit/abinit-5.7.4/src/include/
> --with-abinit-libdir=/home/dev/abinit/abinit-5.7.4/src/libs/
I'm suprised at that point that it did not compile. Can you send me the
config.log file generated by the configure. It contains why the
configure put "no" for the ABINIT plug-in.

Besides, I just think that you need to specify the fortran compiler to
V_Sim configure. It should be gfortran by default but may be not. So
add a FC=gfortran argument to the configure line of V_Sim.

Damien.



Archive powered by MHonArc 2.6.16.

Top of Page