forked from lijiext/lammps
Updated comments for FFTW issue
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1857 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
3277e8b47b
commit
742d3fc146
|
@ -5,9 +5,15 @@ SHELL = /bin/sh
|
|||
|
||||
# System-specific settings
|
||||
|
||||
# NOTE: you may need to invoke (by typing or in your .cshrc)
|
||||
# NOTE: you may need to invoke (by entering in your job-submission script
|
||||
# or in your .cshrc file)
|
||||
# module load libraries/fftw-2.1.5-openmpi-1.1.2-ofed-intel-9.1
|
||||
# before building LAMMPS
|
||||
# before running LAMMPS.
|
||||
#
|
||||
# Additional Note:
|
||||
# Even when using the OpenMPI build 10.0,
|
||||
# DO NOT USE: module load libraries/fftw-2.1.5_openmpi-1.2.4_ofed_intel-10.0-f025-c025
|
||||
# This build of FFTW exhibits fatal memory errors in long runs.
|
||||
|
||||
FFTW = /apps/x86_64/libraries/fftw/openmpi-1.1.2-ofed-intel-9.1/fftw-2.1.5
|
||||
|
||||
|
|
Loading…
Reference in New Issue