help

Total energy, geometry optimization, DFT+U, spin....

Moderator: bguster

Locked
ahmad
Posts: 9
Joined: Fri Jun 22, 2012 8:03 am

help

Post by ahmad » Wed Jul 18, 2012 10:15 am

i'm begginer in abinit.
when i'm running the program with this command line: ./abinit <tgw> log i confront this error:
/abinit: /usr/lib/libgfortran.so.3: version `GFORTRAN_1.4' not found (required by ./abinit)
How do i install this version and from which site?
With Best Regards

User avatar
jzwanzig
Posts: 504
Joined: Mon Aug 17, 2009 9:25 am

Re: help

Post by jzwanzig » Wed Jul 18, 2012 8:07 pm

gfortran is a fortran compiler, it is not part of abinit. Did you install a binary? What type of operating system are you working on?
Josef W. Zwanziger
Professor, Department of Chemistry
Canada Research Chair in NMR Studies of Materials
Dalhousie University
Halifax, NS B3H 4J3 Canada
jzwanzig@gmail.com

ahmad
Posts: 9
Joined: Fri Jun 22, 2012 8:03 am

Re: help

Post by ahmad » Thu Jul 19, 2012 1:02 pm

Thank you very much in advavnce Prof. Zwanziger
I use linux Red Hat. But I do not know what to do to resolve this problem.
With Best Regards

kengel
Posts: 28
Joined: Tue May 08, 2012 1:02 am
Location: Madison, WI, USA
Contact:

Re: help

Post by kengel » Tue Aug 28, 2012 12:02 am

Dear ahmad:

I think that using this command from the terminal will install gfortran on your computer, but you will need to be the root user:

yum install gcc-gfortran


Hope that helps,
Kale

Locked