Skip to Content.
Sympa Menu

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

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

[abinit-forum] Re: Problem in V_sim


Chronological Thread 
  • From: Damien Caliste <damien.caliste@cea.fr>
  • To: Dev Sharma <champbond1983@gmail.com>, forum@abinit.org
  • Subject: [abinit-forum] Re: Problem in V_sim
  • Date: Mon, 19 Oct 2009 13:53:58 +0200
  • Organization: CEA - recherche fondamentale

Hello,

Le 19/10/2009, Dev Sharma <champbond1983@gmail.com> a écrit :
> 1) I am using 32 bit machine, Compaq P4 with fedora 10.
> I didnt get yor meaning by
> I'm considering putting a all-in-one tar file with binaries on the
> V_Sim website, including the ABINIT plug-in.
> i have extract the v sim 3.4.4 in home folder and abinit plug-ins are
> there in the /v_sim-3.4.4/src/plug-ins. So i think this is not
> problem.
No, I'm speeking about making a binary package available to avoid all
the pain of compilation.

> 2) i am sending you config.log file. Please have a look at that.
Ok, I've seen the issue. I didn't write the proper autotools detection
for fortran module naming. With gfortran 4.3, you need to modify the
line 8 of ABINIT/bindings/parser/ab_dtset_c.c:
- #define FC_MOD_NAME(A) __ab_dtset__ ## A
+ #define FC_MOD_NAME(A) __ab_dtset_MOD_ ## A

Then, in the compilation directory of bindings/parser, issue:
make clean
make
(you'll have the error with the missing Python headers, discard).

Then, copy libabinis.a to your lib/ directory. Go back to V_Sim
directory and configure again. It may pass (I hope so).

In case the compilation of V_Sim succeed, remember to "make install" at
the end...

Damien.


  • [abinit-forum] Re: Problem in V_sim, Damien Caliste, 10/19/2009

Archive powered by MHonArc 2.6.16.

Top of Page