forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8643 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
14e3a6e2c9
commit
1b8aa27fe5
|
@ -98,7 +98,7 @@ OBJ = $(SRC:.cpp=.o)
|
|||
# the same MPI library that LAMMPS is built with
|
||||
|
||||
CC = g++
|
||||
CCFLAGS = -O -g -I../../src -DMPICH_IGNORE_CXX_SEEK
|
||||
CCFLAGS = -O -g -fPIC -I../../src -DMPICH_IGNORE_CXX_SEEK
|
||||
ARCHIVE = ar
|
||||
ARCHFLAG = -rc
|
||||
DEPFLAGS = -M
|
||||
|
|
|
@ -98,7 +98,7 @@ OBJ = $(SRC:.cpp=.o)
|
|||
# the same MPI library that LAMMPS is built with
|
||||
|
||||
CC = icc
|
||||
CCFLAGS = -O -g -I../../src -DMPICH_IGNORE_CXX_SEEK
|
||||
CCFLAGS = -O -g -fPIC -I../../src -DMPICH_IGNORE_CXX_SEEK
|
||||
ARCHIVE = ar
|
||||
ARCHFLAG = -rc
|
||||
DEPFLAGS = -M
|
||||
|
|
|
@ -98,7 +98,7 @@ OBJ = $(SRC:.cpp=.o)
|
|||
# the same MPI library that LAMMPS is built with
|
||||
|
||||
CC = g++
|
||||
CCFLAGS = -O -g -I../../src -I../../src/STUBS
|
||||
CCFLAGS = -O -g -fPIC -I../../src -I../../src/STUBS
|
||||
ARCHIVE = ar
|
||||
ARCHFLAG = -rc
|
||||
DEPFLAGS = -M
|
||||
|
|
Loading…
Reference in New Issue