Add BUILD_MPI and BUILD_OMP in cmake docs

This commit is contained in:
Richard Berger 2018-06-21 14:44:16 -04:00
parent 65c895721f
commit 4ca3d30db7
1 changed files with 11 additions and 1 deletions

View File

@ -274,7 +274,7 @@ make
</thead>
<tbody>
<tr>
<td><code>PKG_MPI</code></td>
<td><code>BUILD_MPI</code></td>
<td>control whether to build LAMMPS with MPI support. This will look for
`mpicxx` in your path and use this MPI implementation.</td>
<td>
@ -284,6 +284,16 @@ make
</dl>
</td>
</tr>
<tr>
<td><code>BUILD_OMP</code></td>
<td>control whether to build LAMMPS with OpenMP support.</td>
<td>
<dl>
<dt><code>off</code> (default)</dt>
<dt><code>on</code></dt>
</dl>
</td>
</tr>
<tr>
<td><code>PKG_OPT</code></td>
<td>