Skip to Content.
Sympa Menu

forum - Re: [abinit-forum] abinip compilation problems on itanium 2

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

Re: [abinit-forum] abinip compilation problems on itanium 2


Chronological Thread 
  • From: Per Andersson <perand@foi.se>
  • To: forum@abinit.org
  • Subject: Re: [abinit-forum] abinip compilation problems on itanium 2
  • Date: Tue, 31 May 2005 08:24:11 +0200

kunj.tandon@geind.ge.com wrote:
Dear all

I use the abinit-4.4.4 source file to get abinip and abinis working on a
Intel Itanium 2 server (Red Hat Linux Advanced Server release 2.1AS (Derry),
2.4.18-e.31smp kernel ).

Copied the makefile_macros.IFC_mikami from the Machine_dept_files directory and
started compiling using "make abinip"

This ends with a error saying "chmod: getting attributes of abinip, No such file
or directory".

Please let me know if I have to use different makefile_macros or different
compiling options to get it working.

I use Intel Fortran compiler 8.0.

TIA



Hello

The error message says that abinip is not created and that chmod therefor can't change its attributes. Somewhere in the output
from the compilation there are more errors.

I have compiled abinip on a SGI Altix with IA64, ifort 8.0 with
good results. I no access to the file right now but try this:

Set the right path to the compiler, makefile_macros.IFC_mikami
points to a older version of the compiler called efc. Remove
the option -static from all the FFLAGS. Set the correct LIBS.
If you use mkl70 remove -static. Set the correct MPI_A. I use
the mpi library supplied by SGI so I just put -lmpi in LIBS and
removed all other references to mpi in the makefile_macros-file.

Yours

/Per




Archive powered by MHonArc 2.6.16.

Top of Page