Commit 4ca3d30d authored by Richard Berger's avatar Richard Berger
Browse files

Add BUILD_MPI and BUILD_OMP in cmake docs

parent 65c89572
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -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>