From d082429dd7ac574dae136dfa39a5c07467b36e89 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Thu, 19 Apr 2007 18:57:26 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@490 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/MAKE/Makefile.tbird2 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/MAKE/Makefile.tbird2 b/src/MAKE/Makefile.tbird2 index ecbc986d88..71934d6d36 100644 --- a/src/MAKE/Makefile.tbird2 +++ b/src/MAKE/Makefile.tbird2 @@ -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}