Commit d469f8f0 authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10214 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent ace15c97
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
# 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)