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

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

View File

@ -98,7 +98,7 @@ OBJ = $(SRC:.cpp=.o)
# the same MPI library that LAMMPS is built with # the same MPI library that LAMMPS is built with
CC = g++ CC = g++
CCFLAGS = -O -g -I../../src -DMPICH_IGNORE_CXX_SEEK CCFLAGS = -O -g -fPIC -I../../src -DMPICH_IGNORE_CXX_SEEK
ARCHIVE = ar ARCHIVE = ar
ARCHFLAG = -rc ARCHFLAG = -rc
DEPFLAGS = -M DEPFLAGS = -M

View File

@ -98,7 +98,7 @@ OBJ = $(SRC:.cpp=.o)
# the same MPI library that LAMMPS is built with # the same MPI library that LAMMPS is built with
CC = icc CC = icc
CCFLAGS = -O -g -I../../src -DMPICH_IGNORE_CXX_SEEK CCFLAGS = -O -g -fPIC -I../../src -DMPICH_IGNORE_CXX_SEEK
ARCHIVE = ar ARCHIVE = ar
ARCHFLAG = -rc ARCHFLAG = -rc
DEPFLAGS = -M DEPFLAGS = -M

View File

@ -98,7 +98,7 @@ OBJ = $(SRC:.cpp=.o)
# the same MPI library that LAMMPS is built with # the same MPI library that LAMMPS is built with
CC = g++ CC = g++
CCFLAGS = -O -g -I../../src -I../../src/STUBS CCFLAGS = -O -g -fPIC -I../../src -I../../src/STUBS
ARCHIVE = ar ARCHIVE = ar
ARCHFLAG = -rc ARCHFLAG = -rc
DEPFLAGS = -M DEPFLAGS = -M