Hi,
  here you are.

best,
Giacomo

On Sun, 10 Jun 2012, Sushil Auluck wrote:

hi,
could you please post youe modified makefile.
s.auluck

Dear All,
      reading other posts in the forum it seems I fixed the problem.

Thanks!
G

--
* * * * * * * * * * * * * * * * * * * * * * * * *
*   Giacomo Giorgi                              *
*   Ph.D.                                       *
*   Dipartimento di Chimica e Istituto di       *
*   Scienze e Tecnologie Molecolari ISTM-CNR    *
*   Universita' degli Studi di Perugia          *
*   Via Elce di Sotto 8  06123 Perugia Italia   *
*   Tel: +39 075-5855618  Fax: +39 075-5855606  *
*   E-mail: giac_at_thch.unipg.it               *
* * * * * * * * * * * * * * * * * * * * * * * * *






"Oltre le illusioni di Timbuctu'
e le gambe lunghe di Babalu' c'era questa strada...
Questa strada zitta che vola via come una farfalla,
una nostalgia, nostalgia al gusto di curacao...
Forse un giorno meglio mi spieghero'..."

(Paolo Conte, "Hemingway")




.......................................................................
Prof. Sushil Auluck                      Phone:+91-512-6797092/6148
Department of Physics                          +91-512-6798177(Home)
Indian Institute of Technology           Cell :+91-9305548667
Kanpur 208016 (UP)                       Fax  :+91-512-6790914
India                                    E-mail:[email protected]
    ...............................................:[email protected]
http://www.iitk.ac.in/phy/People/phy_facvis.html
http://www.iitk.ac.in/phy/New01/profile_SA.html
.......................................................................
~


--
* * * * * * * * * * * * * * * * * * * * * * * * *
*   Giacomo Giorgi                              *
*   Ph.D.                                       *
*   Dipartimento di Chimica e Istituto di       *
*   Scienze e Tecnologie Molecolari ISTM-CNR    *
*   Universita' degli Studi di Perugia          *
*   Via Elce di Sotto 8  06123 Perugia Italia   *
*   Tel: +39 075-5855618  Fax: +39 075-5855606  *
*   E-mail: giac_at_thch.unipg.it               *
* * * * * * * * * * * * * * * * * * * * * * * * *






"Oltre le illusioni di Timbuctu'
e le gambe lunghe di Babalu' c'era questa strada...
Questa strada zitta che vola via come una farfalla,
una nostalgia, nostalgia al gusto di curacao...
Forse un giorno meglio mi spieghero'..."

(Paolo Conte, "Hemingway")
# 
# This file is part of the SIESTA package.
#
# Copyright (c) Fundacion General Universidad Autonoma de Madrid:
# E.Artacho, J.Gale, A.Garcia, J.Junquera, P.Ordejon, D.Sanchez-Portal
# and J.M.Soler, 1996- .
# 
# Use of this software constitutes agreement with the full conditions
# given in the SIESTA license, as signed by all legitimate users.
#

.SUFFIXES:
.SUFFIXES: .f .F .o .a .f90 .F90

SIESTA_ARCH=x86_64-unknown-linux-gnu--Intel

FPP=
FPP_OUTPUT=
FC=mpif90

SYS=nag

SP_KIND=4
DP_KIND=8
KINDS=$(SP_KIND) $(DP_KIND)

FFLAGS=-O3 -xP -mp -g
FPPFLAGS= -DMPI -DFC_HAVE_FLUSH -DFC_HAVE_ABORT -DGRID_DP
LDFLAGS=

ARFLAGS_EXTRA=

FCFLAGS_fixed_f=
FCFLAGS_free_f90=
FPPFLAGS_fixed_F=
FPPFLAGS_free_F90=

#COMP_LIBS=dc_lapack.a

NETCDF_LIBS=
NETCDF_INTERFACE=

LIBS=-L/opt/intel/cmkl/9.1.023/lib/em64t  -lmkl_scalapacktesting_intel  \
      -lmkl_scalapack -lmkl_blacs_openmpi  \
      -lmkl_lapack -lmkl_em64t -lguide -lpthread -lrt -lsvml

#SIESTA needs an F90 interface to MPI
#This will give you SIESTA's own implementation
#If your compiler vendor offers an alternative, you may change
#to it here.

MPI_INTERFACE=libmpi_f90.a
MPI_INCLUDE=/usr/local/openmpi-1.3.2/include

#Dependency rules are created by autoconf according to whether
#discrete preprocessing is necessary or not.
.F.o:
        $(FC) -c $(FFLAGS) $(INCFLAGS) $(FPPFLAGS) $(FPPFLAGS_fixed_F)  $< 
.F90.o:
        $(FC) -c $(FFLAGS) $(INCFLAGS) $(FPPFLAGS) $(FPPFLAGS_free_F90) $< 
.f.o:
        $(FC) -c $(FFLAGS) $(INCFLAGS) $(FCFLAGS_fixed_f)  $<
.f90.o:
        $(FC) -c $(FFLAGS) $(INCFLAGS) $(FCFLAGS_free_f90)  $<

Responder a