Just a few tweaks

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10044 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
athomps
2013-06-06 18:08:40 +00:00
parent fcf628fab6
commit 8f2bc5c721

View File

@ -8,12 +8,12 @@ SHELL = /bin/sh
# unless additional compiler/linker flags or libraries needed for your machine # unless additional compiler/linker flags or libraries needed for your machine
CC = ${MPI_GCC46_PATH}/mpic++ CC = ${MPI_GCC46_PATH}/mpic++
CCFLAGS = -O CCFLAGS = -O3
SHFLAGS = -fPIC SHFLAGS = -fPIC
DEPFLAGS = -M DEPFLAGS = -M
LINK = ${MPI_GCC46_PATH}/mpic++ LINK = ${MPI_GCC46_PATH}/mpic++
LINKFLAGS = -O LINKFLAGS = -O3
LIB = LIB =
SIZE = size SIZE = size
@ -29,7 +29,7 @@ SHLIBFLAGS = -shared
# LAMMPS ifdef settings, OPTIONAL # LAMMPS ifdef settings, OPTIONAL
# see possible settings in doc/Section_start.html#2_2 (step 4) # see possible settings in doc/Section_start.html#2_2 (step 4)
LMP_INC = -DLAMMPS_GZIP -DQUIP_GFORTRAN LMP_INC = -DLAMMPS_GZIP -DQUIP_GFORTRAN -DLAMMPS_JPEG
# MPI library, REQUIRED # MPI library, REQUIRED
# see discussion in doc/Section_start.html#2_2 (step 5) # see discussion in doc/Section_start.html#2_2 (step 5)