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

This commit is contained in:
sjplimp 2013-05-30 19:19:20 +00:00
parent 10d82d2d84
commit ac4229fe16
3 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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