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

This commit is contained in:
sjplimp
2008-01-17 18:29:47 +00:00
parent 9b00a45f21
commit 79b1603750
6 changed files with 112 additions and 36 deletions

View File

@ -190,7 +190,11 @@ files if you compile with -DGZIP. It requires that your Unix support
the "popen" command. Using one of the -DPACK_ARRAY, -DPACK_POINTER,
and -DPACK_MEMCPY options can make for faster parallel FFTs (in the
PPPM solver) on some platforms. The -DPACK_ARRAY setting is the
default.
default. If you compile with -DLAMMPS_XDR, the build will include XDR
compatability files for doing particle dumps in XTC format. This is
only necessary if your platform does have its own XDR files available.
See the Restrictions section of the <A HREF = "dump.html">dump</A> command for
details.
</P>
<P>(8) The DEPFLAGS setting is how the C++ compiler creates a dependency
file for each source file. This speeds re-compilation when source