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: João Marcelo <jmarcelo_alencar18@yahoo.com.br>
  • To: forum@abinit.org
  • Subject: Re: [abinit-forum] I need help compiling the parallel version .
  • Date: Tue, 22 Nov 2005 16:13:35 -0300 (ART)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.br; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=Okg7Z5/4I33aUHaOAMGyMjhWhDsmoZcL3nBLhawWqwS9GJKJxwIzvX5dPAfYimIUn3ZirA9C/6X96R3sVgxA6MuRvU4z0iYhYIaqfsUiLv4C1heUAMXcciior7qwt+6yrN2mVhSw82UG2eiyEJpDes4Oub4TbszABd7mMTMlXHg= ;

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 su! re 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