git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6531 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -172,7 +172,7 @@ section, and the "system-specific settings" section.
|
||||
the "#", and whatever other options you set. This is the line you
|
||||
will see if you just type "make".
|
||||
</P>
|
||||
<P>(3) The "compiler/linker settings" section lists compiler and linker
|
||||
<P>(2) The "compiler/linker settings" section lists compiler and linker
|
||||
settings for your C++ compiler, including optimization flags. You can
|
||||
use g++, the open-source GNU compiler, which is available on all Unix
|
||||
systems. You can also use mpicc which will typically be available if
|
||||
@ -195,7 +195,7 @@ dependency files (a long list of errors involving *.d files), then
|
||||
you'll need to create a Makefile.foo patterned after Makefile.storm,
|
||||
which uses different rules that do not involve dependency files.
|
||||
</P>
|
||||
<P>(3) The "system-specific settings" section has 4 parts.
|
||||
<P>(3) The "system-specific settings" section has 5 parts.
|
||||
</P>
|
||||
<P>(3.a) The LMP_INC variable is used to include options that turn on
|
||||
system-dependent ifdefs within the LAMMPS code. The settings
|
||||
|
||||
Reference in New Issue
Block a user