Page 1 of 1

help

Posted: Wed Jul 18, 2012 10:15 am
by ahmad
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

Re: help

Posted: Wed Jul 18, 2012 8:07 pm
by jzwanzig
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?

Re: help

Posted: Thu Jul 19, 2012 1:02 pm
by ahmad
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

Re: help

Posted: Tue Aug 28, 2012 12:02 am
by kengel
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