Commit 40b67f59 authored by athomps's avatar athomps
Browse files

Updated compiler settings for srnsquall, including FFTW library.


git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@97 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 4fb963f0
Loading
Loading
Loading
Loading
+12 −5
Original line number Diff line number Diff line
# squall = Red Squall (compile on reddish), pgCC, native MPI, FFTW
# squall = Red Squall (compile on srnsquall), pgiCC, MPI, FFTW
#
# To use this, first do:
#
# module unload compilers/gnu
# module load compilers/pgi-6.0
# module unload mpich/mpich-gnu
# module load mpich/mpich-pgi-6.0
#

SHELL = /bin/sh

# System-specific settings

CC =		mpiCC
CCFLAGS =	-fastsse -tp k8-64 -DGZIP -DFFT_FFTW \
		-I/home/sjplimp/tools/fftw/include
DEPFLAGS =	-M
CCFLAGS =       -DFFT_FFTW -I/home/athomps/tools/fftw-2.1.5/fftw
DEPFLAGS =	-O2 -M
LINK =		mpiCC
LINKFLAGS =	-O -L/home/sjplimp/tools/fftw/lib
LINKFLAGS =	-O2 -L/home/athomps/tools/fftw-2.1.5/fftw/.libs 
USRLIB =	-lfftw -lmpi
SYSLIB =	
SIZE =		size