From 4ca3d30db70c6e45960475b5abb942f90f153f78 Mon Sep 17 00:00:00 2001 From: Richard Berger Date: Thu, 21 Jun 2018 14:44:16 -0400 Subject: [PATCH] Add BUILD_MPI and BUILD_OMP in cmake docs --- cmake/README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/cmake/README.md b/cmake/README.md index 887d61600b..8a582d82d9 100644 --- a/cmake/README.md +++ b/cmake/README.md @@ -274,7 +274,7 @@ make - PKG_MPI + BUILD_MPI control whether to build LAMMPS with MPI support. This will look for `mpicxx` in your path and use this MPI implementation. @@ -284,6 +284,16 @@ make + + BUILD_OMP + control whether to build LAMMPS with OpenMP support. + +
+
off (default)
+
on
+
+ + PKG_OPT