Skip to Content.
Sympa Menu

forum - Re: [abinit-forum] I need help compiling the parallel version .

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

Re: [abinit-forum] I need help compiling the parallel version .


Chronological Thread 
  • From: Ronaldo Giro <rgiro@macbeth.if.usp.br>
  • To: forum@abinit.org
  • Subject: Re: [abinit-forum] I need help compiling the parallel version .
  • Date: Wed, 23 Nov 2005 08:51:07 -0200

Prezado Marcelo

Além da resposta recebida do Mathieu Verstrate, outra sugstão
seria você olhar o path (o diretório) onde você instalou as
bibliotecas do mpich e informá-las corretamente no makefile.

Ronaldo Giro

USP - São Paulo



Quoting João Marcelo <jmarcelo_alencar18@yahoo.com.br>:

> I have downloaded and compiled mpich2 with g95 .
>
> But i keep getting the message below after tiping make abinip :
>
> pich2-1.0.2p1/lib/libmpich.a /home/mpi/mpich2-1.0.2p1/lib/libfmpich.a
> -Vaxlib ; \
> chmod ugo+rx abinip
> g95: '-V' must come at the start of the command line
> chmod: cannot access `abinip': No such file or directory
> make[1]: *** [abinip] Error 1
> make[1]: Leaving directory `/home/mpi/abinit-4.6.5'
> make: *** [abinip] Error 2
>
> The makefile_macro that i'm actually using is :
> abinit-4.6.5/Machine_dept_files/Intel_P6/makefile_macros.g95
>
> Thanks in advantage .
>
> []'s
>
>
> João Marcelo <jmarcelo_alencar18@yahoo.com.br> escreveu: Well , i'm sure it
> hasn't been compiled with g95 . But I'll try it anyway , thanks for your
> help.
>
> Matthieu Verstraete <mjv500@york.ac.uk> escreveu:
> Hi Joao,
>
> Normally you just need to modify the last section in the makefile_macros
> file:
>
> >>>>>>>>>>>>>>>>>>>
> ####################################################################
> # For the parallel version : MPICH / MYRINET
>
> # Compiler flags and definitions
> FFLAGS_PAR= $(FFLAGS) -I /usr/local/mpi-intel/include
>
> # List of machine-dependent routines
> MACHINE_DEP_C_PAR_SUBS_LIST=etime.par
>
> # Location of the MPI library
> MPI_A=/usr/local/mpi-intel/lib/libmpich.a
> /usr/local/mpi-intel/lib/libfmpich.a -Vaxlib
>
> # Include blas, lapack, and any other libraries here
> LIBS_PAR=$(LIBS) $(MPI_A)
> <<<<<<<<<<<<<<<<
>
> Change the different paths to suit your MPI installation, and make sure it
> has been compiled with g95 (otherwise it may not work - it can, but often
> it won't).
>
> Matthieu
>
> --
> ================================================================
> Dr. Matthieu Verstraete mailto:mjv500@york.ac.uk
> Dept. of Physics, University of York, tel: +44 1904 43 22 08
> Heslington, YO10 5DD York, United Kingdom fax: +44 1904 43 22 14
>
>
>
>
> ---------------------------------
> Yahoo! Acesso Grátis: Internet rápida e grátis.
> Instale o discador agora!
>
>
>
>
> ---------------------------------
> Yahoo! Acesso Grátis: Internet rápida e grátis.
> Instale o discador agora!






Archive powered by MHonArc 2.6.16.

Top of Page