git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@490 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2007-04-19 18:57:26 +00:00
parent 68b5317714
commit d082429dd7

View File

@ -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}