forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1319 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
6e3815741d
commit
622edf4ddb
|
@ -1,7 +1,6 @@
|
|||
# g++ = RedHat Linux box, g++, MPICH2, FFTW
|
||||
|
||||
SHELL = /bin/sh
|
||||
#.IGNORE:
|
||||
|
||||
# System-specific settings
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
# linux = RedHat Linux box, Intel icc, MPICH2, FFTW
|
||||
|
||||
SHELL = /bin/sh
|
||||
#.IGNORE:
|
||||
|
||||
# System-specific settings
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue