git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8644 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2012-08-14 14:16:57 +00:00
parent 1b8aa27fe5
commit 533db03649
1 changed files with 1 additions and 1 deletions

View File

@ -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