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

This commit is contained in:
sjplimp 2008-01-04 22:10:58 +00:00
parent 6e3815741d
commit 622edf4ddb
3 changed files with 3 additions and 5 deletions

View File

@ -1,7 +1,6 @@
# g++ = RedHat Linux box, g++, MPICH2, FFTW
SHELL = /bin/sh
#.IGNORE:
# System-specific settings

View File

@ -1,7 +1,6 @@
# linux = RedHat Linux box, Intel icc, MPICH2, FFTW
SHELL = /bin/sh
#.IGNORE:
# System-specific settings

View File

@ -5,11 +5,11 @@ SHELL = /bin/sh
# System-specific settings
CC = g++
CCFLAGS = -O -I../STUBS -DFFT_NONE
CCFLAGS = -g -O -I../STUBS -DFFT_NONE
DEPFLAGS = -M
LINK = g++
LINKFLAGS = -O -L../STUBS
USRLIB = -lmpich
LINKFLAGS = -g -O -L../STUBS
USRLIB = -lmpi
SYSLIB =
ARCHIVE = ar
ARFLAGS = -rc