forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8644 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
1b8aa27fe5
commit
533db03649
|
@ -33,7 +33,7 @@ OBJ = $(SRC:.cpp=.o)
|
||||||
# the same MPI library that LAMMPS is built with
|
# the same MPI library that LAMMPS is built with
|
||||||
|
|
||||||
CC = mpic++
|
CC = mpic++
|
||||||
CCFLAGS = -O -Isystems/interact/TCP/ -Isystems/interact -Iivutils/include
|
CCFLAGS = -O -fPIC -Isystems/interact/TCP/ -Isystems/interact -Iivutils/include
|
||||||
ARCHIVE = ar
|
ARCHIVE = ar
|
||||||
ARCHFLAG = -rc
|
ARCHFLAG = -rc
|
||||||
DEPFLAGS = -M
|
DEPFLAGS = -M
|
||||||
|
|
Loading…
Reference in New Issue