Skip to Content.
Sympa Menu

forum - Re: [abinit-forum] installing 5.4.4p on Mac OS X 10.5.6

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

Re: [abinit-forum] installing 5.4.4p on Mac OS X 10.5.6


Chronological Thread 
  • From: Matthew Lyle <m.lyle@student.usyd.edu.au>
  • To: forum@abinit.org
  • Subject: Re: [abinit-forum] installing 5.4.4p on Mac OS X 10.5.6
  • Date: Mon, 12 Jan 2009 11:25:21 +1100

Title: Re: [abinit-forum] installing 5.4.4p on Mac OS X 10.5.6
Thanks for your prompt reply Alain – I’m currently using gfortran v4.2 (i686-apple-darwin8-gfortran-4.2).

The ABINIT 5.4.4 version was what I was using last year; however, it cannot function past 1 Jan 2009, hence the patched version. It’s currently installed and working on the server that a few of us are using – but I would also like to run small jobs on my MacBook (so the v5.4.4p is necessary for consistency).

The file defs_fftdata.mod resides in /abinit-5.4.4p/src/defs (though it was not there prior to compiling defs_fftdata.f90, so perhaps gfortran is in at least some way working).

Thanks again
Matt




On 12/01/09 1:43 AM, "Alain Jacques" <ajs.jacques@gmail.com> wrote:

Hello Matt,


m.lyle@student.usyd.edu.au wrote:

Dear Sir/Madam

I'm currently trying to install the patched version of 5.4.4 on my MacBook with
OS X 10.5.6 (dual processors). Xcode 3.1.2 is installed with gfortran as the
fortran compiler.
  

What version of the gfortran are you using - where does it come from?

Do you have compelling reasons not to use the abinit-5.6.4 release?



In accordance with the installation notes I issue:

  
 

../configure
make multi
    
 


  

A plain ./configure may work, depending on your compilers configuration but it often leads lead to mixing libraries from different compilers versions.
If there are compiling problems, it is advisable to use a plain make ... takes longer but it avoids parallel builds problems.


whereupon the last several lines are as follows:

gfortran -DHAVE_CONFIG_H -I. -I../.. -I../defs -I./../defs  -c -o
interfaces_01manage_mpi.o interfaces_01manage_mpi.F90
interfaces_lib01fftnew.F90:159.19:

   use defs_fftdata
    1
Fatal Error: Can't open module file 'defs_fftdata.mod' for reading at (1): No
such file or directory
make[1]: *** [interfaces_lib01fftnew.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [multi] Error 2

  

where does the defs_fftdata.mod resides on your system?

Kind regards,

Alain







Archive powered by MHonArc 2.6.15.

Top of Page