mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14709 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
9dec6db569
commit
9d64c50cd0
|
@ -9,11 +9,11 @@ QETOPDIR=$(HOME)/compile/espresso
|
||||||
# import compiler settings from Quantum ESPRESSO
|
# import compiler settings from Quantum ESPRESSO
|
||||||
sinclude $(QETOPDIR)/make.sys
|
sinclude $(QETOPDIR)/make.sys
|
||||||
|
|
||||||
# FLAGS for c++ OpenMPI when QE was compiled with GNU Fortran 4.x
|
# FLAGS for c++ OpenMPI 1.8.x when QE was compiled with GNU Fortran 4.x
|
||||||
MPICXX=mpicxx
|
MPICXX=mpicxx
|
||||||
MPICXXFLAGS=-DOMPI_SKIP_MPICXX=1 -O2 -Wall -g \
|
MPICXXFLAGS=-DOMPI_SKIP_MPICXX=1 -O2 -Wall -g -fPIC\
|
||||||
-I../../src -I$(QETOPDIR)/COUPLE/include
|
-I../../src -I$(QETOPDIR)/COUPLE/include
|
||||||
MPILIBS=-fopenmp -lgfortran -ldl -ljpeg -lmpi_f77 -lmpi
|
MPILIBS=-fopenmp -lgfortran -ldl -ljpeg -lpng -lz -lmpi_mpifh -lmpi
|
||||||
|
|
||||||
# location of required libraries
|
# location of required libraries
|
||||||
# part 1: hi-level libraries for building pw.x
|
# part 1: hi-level libraries for building pw.x
|
||||||
|
@ -54,9 +54,8 @@ libqmmm.a: libqmmm.o
|
||||||
|
|
||||||
tldeps:
|
tldeps:
|
||||||
( cd $(QETOPDIR) ; $(MAKE) $(MFLAGS) couple || exit 1)
|
( cd $(QETOPDIR) ; $(MAKE) $(MFLAGS) couple || exit 1)
|
||||||
$(MAKE) -C ../../src $(MFLAGS) makelib
|
|
||||||
$(MAKE) -C ../../src $(MFLAGS) $(LAMMPSCFG)
|
$(MAKE) -C ../../src $(MFLAGS) $(LAMMPSCFG)
|
||||||
$(MAKE) -C ../../src $(MFLAGS) -f Makefile.lib $(LAMMPSCFG)
|
$(MAKE) -C ../../src $(MFLAGS) mode=lib $(LAMMPSCFG)
|
||||||
|
|
||||||
clean :
|
clean :
|
||||||
- /bin/rm -f *.x *.o *.a *~ *.F90 *.d *.mod *.i *.L
|
- /bin/rm -f *.x *.o *.a *~ *.F90 *.d *.mod *.i *.L
|
||||||
|
|
Loading…
Reference in New Issue