git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8643 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user