Skip to Content.
Sympa Menu

forum - Re: [abinit-forum] Abinit installation

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

Re: [abinit-forum] Abinit installation


Chronological Thread 
  • From: "Anglade Pierre-Matthieu" <anglade@gmail.com>
  • To: forum@abinit.org
  • Subject: Re: [abinit-forum] Abinit installation
  • Date: Tue, 7 Aug 2007 10:10:41 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=j1PaQyTlHFPnUOuwLpm6xvd4qRT3edciXHFPQ14yDWbGKx0A5Q/Q7Pzkj56nxXMrfXe3lQ8oZ0CG/OviXSlkoiXYZm88cBoFj6onP0INibjuwwCnLSueyF5icLQaqnGyyiVOcRQ1n3CmGmKxbnUqSqRKd6y9XdHfoBb1YxYKVDs=

Dear David:

It is quite likely that libpgc is part of the portland group fortran compiler. A pity that the binary you have downloaded is not statically linked. In the futur Paule-Annabelle is going to provide statically linked RPM.
About g95 : it is a very nice compiler especially for developpers however the resulting binaries have histroically been slow.
Intel compiler is much less well behaved but produce faster binaries. It might then be your preferred choice. After compilation be sure to go in the tests directory, run "make tests_min" and check in the "report" files (find . -name report) that all (most at least) the tests status are passed or succeeded.
Third possibility: if you really value free software you might want to use gfortran (part of gcc) since gcc-4.2 it is stable enough for Abinit and you'll gain about 30% with respect to g95.

Regards

PMA


On 8/7/07, rangel@pcpm.ucl.ac.be <rangel@pcpm.ucl.ac.be> wrote:
Hi,
You can use a free F90 compiler.
In my opinion you should use intel ifort or g95
I have used this two fortran compilers for abinit and I have always succeed.

Best wishes,
Tonatiuh

Quoting david.hendry@mandmd.com.au:

> Hi everybody,
>
> I'm attempting to install Abinit on a fresh bed of Linux/Xeon nodes
> which I've never done before.  I first tried the pre-compiled binaries
> and get this result (test1):
>
> echo "Running built-in test 1"
> Running built-in test 1
> cd tests ; Scripts/run-basic-tests.sh built-in 1
> /root/abinitbin-5.4.2/tests/../opt/abinis: error while loading shared
> libraries: libpgc.so: cannot open shared object file: No such file or
> directory
> make: *** [test1] Error 127
>
> After trying to find libpgc.so unsuccessfully, I am trying to compile
> the source code.  Will a free F90 compiler be sufficient?  Any
> preferences?
>
> Thanks in advance,
>
> David.
>


-------------------------------------------------
This mail sent through IMP: atlas.pcpm.ucl.ac.be



--
Pierre-Matthieu Anglade



Archive powered by MHonArc 2.6.16.

Top of Page