forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9964 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
10d82d2d84
commit
ac4229fe16
|
@ -2,7 +2,7 @@ SHELL = /bin/sh
|
|||
|
||||
# which file will be copied to Makefile.lammps
|
||||
|
||||
EXTRAMAKE = Makefile.lammps.linalg
|
||||
EXTRAMAKE = Makefile.lammps.installed
|
||||
|
||||
# ------ FILES ------
|
||||
|
||||
|
@ -99,7 +99,7 @@ OBJ = $(SRC:.cpp=.o)
|
|||
# ------ SETTINGS ------
|
||||
|
||||
# include any MPI settings needed for the ATC library to build with
|
||||
# the same MPI library that LAMMPS is built with
|
||||
# must be the same MPI library that LAMMPS is built with
|
||||
|
||||
CC = g++
|
||||
CCFLAGS = -O -g -fPIC -I../../src -DMPICH_IGNORE_CXX_SEEK
|
||||
|
@ -115,7 +115,7 @@ SYSLIB =
|
|||
|
||||
lib: $(OBJ)
|
||||
$(ARCHIVE) $(ARFLAGS) $(LIB) $(OBJ)
|
||||
@cp $(EXTRAMAKE) Makefile.lammps
|
||||
@cp $(EXTRAMAKE) Makefile.lammps
|
||||
|
||||
# ------ COMPILE RULES ------
|
||||
|
||||
|
|
|
@ -99,7 +99,7 @@ OBJ = $(SRC:.cpp=.o)
|
|||
# ------ SETTINGS ------
|
||||
|
||||
# include any MPI settings needed for the ATC library to build with
|
||||
# the same MPI library that LAMMPS is built with
|
||||
# must be the same MPI library that LAMMPS is built with
|
||||
|
||||
CC = icc
|
||||
CCFLAGS = -O -g -fPIC -I../../src -DMPICH_IGNORE_CXX_SEEK
|
||||
|
|
|
@ -99,7 +99,7 @@ OBJ = $(SRC:.cpp=.o)
|
|||
# ------ SETTINGS ------
|
||||
|
||||
# include any MPI settings needed for the ATC library to build with
|
||||
# the same MPI library that LAMMPS is built with
|
||||
# must be the same MPI library that LAMMPS is built with
|
||||
|
||||
CC = g++
|
||||
CCFLAGS = -O -g -fPIC -I../../src -I../../src/STUBS
|
||||
|
|
Loading…
Reference in New Issue