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: Matthieu Verstraete <mjv500@york.ac.uk>
  • To: forum@abinit.org
  • Subject: Re: [abinit-forum] I need help compiling the parallel version .
  • Date: Thu, 17 Nov 2005 17:35:55 +0000 (GMT)


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



Archive powered by MHonArc 2.6.16.

Top of Page