Commit d082429d authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@490 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 68b53177
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@ SHELL = /bin/sh

# openmpi on tbird does not work correctly with LAMMPS
# mvapich should be used
# mpiexec should be used
#
# Before building Lammps on tbird, do the following two module commands:
#     "module switch mpi mpi/mvapich-0.9.8-ofed-intel-9.1"
@@ -17,8 +18,10 @@ SHELL = /bin/sh
#     "source /opt/modules/3.1.6/init/bash"
#     "module switch mpi mpi/mvapich-0.9.8-ofed-intel-9.1"
#     "module load libraries/fftw-2.1.5-openmpi-1.1.2-ofed-intel-9.1" 
# If bash is not interactive shell, or the one specified in your NQS script,
#    substitute another shell name for bash
#
# If bash is not your interactive shell,
#    or what is specified in your NQS script,
#    substitute another shell name for bash in the "source" line

CC =		mpicxx
CCFLAGS =	-O -DFFT_FFTW -I${FFTW_INCLUDE}