Skip to Content.
Sympa Menu

forum - Re: [abinit-forum] Makefile for Atompaw

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

Re: [abinit-forum] Makefile for Atompaw


Chronological Thread 
  • From: Pascal Rausch <rausch@physik.rwth-aachen.de>
  • To: forum@abinit.org
  • Subject: Re: [abinit-forum] Makefile for Atompaw
  • Date: Fri, 13 Apr 2007 10:35:26 +0200

Hi,

I solved the problem. I downloaded and installed the dev libraries you can find here:
http://www.gfd-dennou.org/library/cc-env/g95/index.htm.en

my make files looks like this

LIBS = /usr/lib/liblapack_g95.a \
/usr/lib/libblas_g95.a \
-L/usr/lib

F90 = /usr/bin/g95
F90FLAGS = -static
LDFLAGS = $(F90FLAGS)


I think the problem was really the point mentioned by Pierre-Matthieu Anglade.


Yours sincerely,


Pascal Rausch




Archive powered by MHonArc 2.6.16.

Top of Page