Updated mac_mpi flags

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7401 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
athomps 2012-01-04 18:05:04 +00:00
parent 108bc38489
commit 9a45b0962b
1 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# mac_mpi = Apple PowerBook G4 laptop, ccache mpic++, gfortran, fink LAM/MPI, fink FFTW 2.1.5 # mac_mpi = Apple laptop, gcc 4.6, gfortran, Open MPI 1.4.3, FFTW 2.1.5
SHELL = /bin/sh SHELL = /bin/sh
@ -7,10 +7,10 @@ SHELL = /bin/sh
# generally no need to edit this section # generally no need to edit this section
# unless additional compiler/linker flags or libraries needed for your machine # unless additional compiler/linker flags or libraries needed for your machine
CC = ccache ${MPI_GCC4_PATH}/mpic++ CC = ${MPI_GCC46_PATH}/mpic++
CCFLAGS = -O -MMD -MG CCFLAGS = -O
DEPFLAGS = -M DEPFLAGS = -M
LINK = ccache ${MPI_GCC4_PATH}/mpic++ LINK = ${MPI_GCC46_PATH}/mpic++
LINKFLAGS = -O LINKFLAGS = -O
LIB = LIB =
ARCHIVE = ar ARCHIVE = ar
@ -45,7 +45,7 @@ MPI_LIB =
# PATH = path for FFT library # PATH = path for FFT library
# LIB = name of FFT library # LIB = name of FFT library
FFTW = /sw FFTW = /usr/local
FFT_INC = -DFFT_FFTW -I${FFTW}/include FFT_INC = -DFFT_FFTW -I${FFTW}/include
FFT_PATH = -L${FFTW}/lib FFT_PATH = -L${FFTW}/lib
@ -58,9 +58,9 @@ FFT_LIB = -lfftw
# PATH = path for JPEG library # PATH = path for JPEG library
# LIB = name of JPEG library # LIB = name of JPEG library
JPG_INC = JPG_INC = -I/opt/local/include
JPG_PATH = JPG_PATH = -L/opt/local/lib
JPG_LIB = JPG_LIB = -ljpeg
# --------------------------------------------------------------------- # ---------------------------------------------------------------------
# build rules and dependencies # build rules and dependencies