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: Thu, 17 Nov 2005 14:56:36 -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=bMjSiItDuVe/TQSfGzPluuV/LgK3waymH8kVIun3m+oKdvxxwUha5VfgAg8zXdQJhLIvVY8rXpOaA67JDmHqc1+Yqd/jMCJp5Gn5lkpAjyZBT8A3Zg61kbxbocGKWGcFFKxHs2gvqLR7RRNwY5qjy3MfyQZ9odFI2u5Dvf1qjDY= ;

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!


Archive powered by MHonArc 2.6.16.

Top of Page