public inbox for gentoo-science@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Honza Macháček" <Hloupy.Honza@centrum.cz>
To: gentoo-science@lists.gentoo.org
Subject: Re: [gentoo-science] Quantum ESPRESSO
Date: Fri, 09 Jun 2006 12:19:45 +0200	[thread overview]
Message-ID: <44894B41.8080003@centrum.cz> (raw)
In-Reply-To: <4487F396.5040905@centrum.cz>

[-- Attachment #1: Type: text/plain, Size: 1318 bytes --]

  Finally I have at least submitted something like an ebuild for g95 to
https://bugs.gentoo.org/show_bug.cgi?id=102199
  Testing of my build of Quantum ESPRESSO did not go exceedingly well,
too many segfaults while calculating the examples, but at least
example01, 04, 08, 09, 11, 18, 23, 27, and 29 seem to have gone well.
I'll try to find out, why so many calculations in the other examples
crashed, wheather it was due to some reproducible fault of the ESPRESSO
build, or some misconfiguration of my system and libraries, but my
abilities for that are even more limited then the time I can pay to that.
  In addition, I have compiled the CP2K
(http://cp2k.berlios.de/index.html) CVS code (``The latest CVS entry
found is /xray_diffraction.F/1.10/Tue Feb 7 10:40:09
2006//D2006.06.06.13.40.00,'' says the automatically generated manual)
with g95. The compilation went well with gfortran too (I attach my
Linux-i686-gfortran.sopt addapted for linking ATLAS), but the gfortran
build crashed when tested on tests/QS/H2O.inp. When I addapted
Linux-i686-g95.sopt to interface with gcc-4.1.1/gfortran compiled ATLAS
(I'm attaching that too) and used g95, the code not only compiled, but
also actually worked and computed at least tests/QS/H2O.inp successfuly.
  With best regards
						Honza Macháček

[-- Attachment #2: Linux-i686-gfortran.sopt --]
[-- Type: text/plain, Size: 384 bytes --]

PERL     = perl
CC       = cc
CPP      = cpp

FC       = gfortran 
LD       = gfortran

AR       = ar -r

CPPFLAGS = -C -D__G95 -D__FFTSG -traditional-cpp -P
FCFLAGS  = -O1 -g -mieee-fp -ffast-math -ffree-form -fomit-frame-pointer
LDFLAGS  = $(FCFLAGS) 
LIBS     = /usr/lib/liblapack.a  /usr/lib/libblas.a /usr/lib/libcblas.a /usr/lib/libatlas.a

OBJECTS_ARCHITECTURE = machine_g95.o

[-- Attachment #3: Linux-i686-g95.sopt --]
[-- Type: text/plain, Size: 421 bytes --]

PERL     = perl
CC       = cc
CPP      = cpp

FC       = g95 
LD       = g95

AR       = ar -r

CPPFLAGS = -C -D__G95 -D__FFTSG -traditional -P
FCFLAGS  = -O1 -g -mieee-fp -ffast-math -ffree-form -fomit-frame-pointer
LDFLAGS  = $(FCFLAGS)
LIBS     = /usr/lib/liblapack.a  /usr/lib/libblas.a /usr/lib/libcblas.a /usr/lib/libatlas.a /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/libgfortran.a


OBJECTS_ARCHITECTURE = machine_g95.o

      parent reply	other threads:[~2006-06-09 10:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-08  9:53 [gentoo-science] Quantum ESPRESSO Honza Macháček
2006-06-08 14:59 ` Donnie Berkholz
2006-06-08 15:39   ` Sebastien Fabbro
2006-06-09 10:19 ` Honza Macháček [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44894B41.8080003@centrum.cz \
    --to=hloupy.honza@centrum.cz \
    --cc=gentoo-science@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox