forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10214 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
ace15c97c5
commit
d469f8f067
|
@ -1,12 +1,11 @@
|
|||
# chama - Intel sandybridge with dual socket/eight core nodes, mpic++, openmpi, no FFTW
|
||||
#
|
||||
# need to load the following modules:
|
||||
# 1) intel/12.1 2) openmpi-intel/1.4
|
||||
|
||||
# need to load the following modules:
|
||||
# 1) intel/12.1
|
||||
# 2) openmpi-intel/1.4
|
||||
|
||||
SHELL = /bin/sh
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
# compiler/linker settings
|
||||
# specify flags and libraries needed for your compiler
|
||||
|
@ -75,6 +74,11 @@ EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC) $(PKG_SYSINC)
|
|||
EXTRA_PATH = $(PKG_PATH) $(MPI_PATH) $(FFT_PATH) $(JPG_PATH) $(PKG_SYSPATH)
|
||||
EXTRA_LIB = $(PKG_LIB) $(MPI_LIB) $(FFT_LIB) $(JPG_LIB) $(PKG_SYSLIB)
|
||||
|
||||
# Path to src files
|
||||
|
||||
vpath %.cpp ..
|
||||
vpath %.h ..
|
||||
|
||||
# Link target
|
||||
|
||||
$(EXE): $(OBJ)
|
||||
|
|
Loading…
Reference in New Issue