Skip to Content.
Sympa Menu

forum - Re: [abinit-forum] Trouble compiling abinit 5.6.3

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

Re: [abinit-forum] Trouble compiling abinit 5.6.3


Chronological Thread 
  • From: Xavier Gonze <xavier.gonze@uclouvain.be>
  • To: forum@abinit.org
  • Subject: Re: [abinit-forum] Trouble compiling abinit 5.6.3
  • Date: Fri, 5 Dec 2008 21:40:37 +0100
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=uclouvain.be; h=message-id:from: to:in-reply-to:content-type:content-transfer-encoding: mime-version:subject:date:references; q=dns; s=selucl; b=ye7NEaE REAODt5J39c2vkuVMgNFOb547tRmG2eRLWtCQGpEpUWAI1U2hojB0+HvRgAVb0UV 61mm6jSYjQrfLmVSqBTUN9+2HJnAGMUaub5T6bhHN8bDZxEIvcsTjaEDk2bsdBoi /JfXAZy8INYXMyvoBFtOCYlmYpSKAzbtIrUU=

Dear Samuel,

ABINIT v5.6.4 comes with an example file for SunStudio 12 under Linux,
doc/config/build-examples/amd-sunstudio12_chum.ac
that was used to generate the SunStudio12 binary package available at
http://www.abinit.org/package/?text=5_6_4 .
Perhaps this might help you (well, use v5.6.4).

Xavier


On 05 Dec 2008, at 17:01, Samuel Sarholz wrote:

Hi,

thanks for your reply. I will try the new version as well as the workaround for the make install problem.

I had the same/ similar problems (not found modules) on Linux with the Sun Studio compiler as I had on Solaris. Version 5.4.4 had support for the Sun Compiler, are there plans to still support it or is it unsupported now?

best regards,
Samuel

The Sun compiler is likely not properly recognized. I've checked this compiler on Linux platforms only, and there might be a few Solaris-specific issues.
Please note that I've backported many bugfixes from 5.7 into 5.6.4. You might want to try this version, for which the build system is more robust.
Please let me know whether there are still issues.
2. the wannier compilation is ignoring FCOPTS (which may caused
problems on other systems as well)
plugins/wannier90/wannier90-1.1/src/Makefile line 13 - 14 :
prog: $(OBJS)
$(F90) wannier_prog.F90 $(LDOPTS) $(OBJS) $(LIBS) -o ../ wannier90.x
a file is compiled and linked, so imho the $(FCOPTS) should be added.
(otherwise e.g. 32 or 64 bit options will be ignored and build probably fail)
This has been hopefully fixed in 5.6.4.
3. make install fails
the step I do are:
configure
make
make install

Making install in tests fails. There are several files not found (which
do not exist)
e.g. ,log
The first released source tarball of 5.6.3 had this problem. It has been replaced by a clean one.
If you have the Autotools, you can do the following on a just- untarred source tree:
./config/scripts/make-makefiles-tests
autoreconf -i
Editing the Makefile and removing them from the install list helps.
Typing "make -i install" will also do.
I thought that I had fixed it in 5.6.4, but I just received a report about a failing install in 5.6.4 as well. The same tricks thus apply.
Best regards,
Yann.





Archive powered by MHonArc 2.6.15.

Top of Page