Skip to Content.
Sympa Menu

forum - Re: [abinit-forum] abinit from ports

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

Re: [abinit-forum] abinit from ports


Chronological Thread 
  • From: Andrey Rybak <ra@iop.kiev.ua>
  • To: forum@abinit.org
  • Subject: Re: [abinit-forum] abinit from ports
  • Date: Mon, 14 Mar 2005 17:54:48 +0200

Yann Pouillon wrote:

Did you check that you have enough free memory, swap space
and temporary disk space before compilation?

I have default swap from installation OS. May be I don't understand what is "temporary disk space", but simply free disk space is ~1GB. I think that is enough.

Here is what I propose to you:

1. Add the following line to your makefile_macros:

FFLAGS_Src_2nonlocal = -O0 -w -FR

2. If it still doesn't work, could you please try with ABINIT 4.4.3?

3. If you keep getting problems, could you please send me your whole
makefile_macros?

Please tell me if you succeed. I'm interested to know about how ABINIT
does on FreeBSD.



In my last message some lapsus takes place. I forgot to make "make clean" and optimization disabling by key "-O0" did not correct the error.
But if
1)make clean
2)make with changed "FFLAGS+= -w -FR" string in Makefile to "FFLAGS+= -w -FR -O0"
then building is successful.
If I add string "FFLAGS_Src_2nonlocal = -O0 -w -FR" to Makefile then building is not successful even after "make clean".
I think the "makefile_macros" is Makefile. If not - amend please.
Makefile is from ports (tree of ports was updating two week ago)

So I have abinitio-4.3.3 built with ifort(Version 8.1) compiler successfully on FreeBSD-5.3.
Next steps will be continued.
Thanks to all.



Archive powered by MHonArc 2.6.16.

Top of Page