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
help
Moderator: bguster
Re: help
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
Professor, Department of Chemistry
Canada Research Chair in NMR Studies of Materials
Dalhousie University
Halifax, NS B3H 4J3 Canada
jzwanzig@gmail.com
Re: help
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
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